This commit is contained in:
Felipe Martin Garcia 2020-07-21 17:20:55 +02:00 committed by Felipe Martin
parent 236e372e00
commit 702347708f
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "butterrobot"
version = "0.0.2a2"
version = "0.0.2a3"
description = "What is my purpose?"
authors = ["Felipe Martin <me@fmartingr.com>"]
license = "GPL-2.0"