Skip to content

Commit

Permalink
v1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Jan 16, 2015
1 parent 2a7f5c3 commit 07464c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion petlx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.0a1.dev0'
__version__ = '1.0.0b1'


import petlx.push
Expand Down
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ sed -i -e 's/.dev0//' petlx/__init__.py
version=`grep __version__ petlx/__init__.py | sed -e "s/.*__version__[ ]=[ ]'\(.*\)'/\1/"`
echo $version
git commit -a -m v$version
git push
git tag -a v$version -m v$version
git push
git push --tags
python setup.py register sdist upload
# increment version and add .dev0 in petlx/__init__.py
Expand Down

0 comments on commit 07464c9

Please sign in to comment.