Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartkmarsh committed Mar 8, 2019
1 parent b81d9d0 commit ceb5648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ virtualenv -qq .build -p Python2.7
source .build/bin/activate
pip -q install pex==1.2.13
echo building ./bin/dataplicity
pex dataplicity==0.4.33a0 --pre -r requirements.txt -o bin/dataplicity -m dataplicity.app:main
pex dataplicity==0.4.33a1 --pre -r requirements.txt -o bin/dataplicity -m dataplicity.app:main
deactivate
echo built dataplicity agent v`./bin/dataplicity version`
2 changes: 1 addition & 1 deletion dataplicity/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.33a0"
__version__ = "0.4.33a1"

0 comments on commit ceb5648

Please sign in to comment.