Skip to content

Commit

Permalink
1.0 at last?
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Jun 5, 2020
1 parent e352ea1 commit 6a2b264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN pip3 install --no-cache-dir -U pip setuptools

ADD . /radiopadre

ARG CLIENT_BRANCH=b1.0-pre12
ARG CLIENT_BRANCH=b1.0

#ARG CARTA_VERSION=1.3.1
#ENV RADIOPADRE_CARTA_VERSION=$CARTA_VERSION
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools.command.develop import develop
from wheel.bdist_wheel import bdist_wheel

__version__ = "1.0-pre12"
__version__ = "1.0"
build_root = os.path.dirname(__file__)

with open("requirements.txt") as stdr:
Expand Down

0 comments on commit 6a2b264

Please sign in to comment.