diff --git a/docker/Dockerfile b/docker/Dockerfile index c5408ac..398c43c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.11 ENV PYTHON_VERSION=3.8.2-r1 ENV APP_PORT 8080 -ENV BUTTERROBOT_VERSION 0.0.2a2 +ENV BUTTERROBOT_VERSION 0.0.2a3 ENV EXTRA_DEPENDENCIES "" COPY bin/start-server.sh /usr/local/bin/start-server diff --git a/pyproject.toml b/pyproject.toml index a623e1b..4db62fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "butterrobot" -version = "0.0.2a2" +version = "0.0.2a3" description = "What is my purpose?" authors = ["Felipe Martin "] license = "GPL-2.0"