Skip to content

Commit

Permalink
v0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Nov 23, 2016
1 parent 8c3c0c5 commit e84826c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from setuptools import setup, find_packages

package_version = '0.18'
package_version = '0.19'

# to release:
# - increment number
# - export NUMBER="0.18"
# - export NUMBER="0.19"
# - git add -u; git commit -m "v${NUMBER} release"; git tag -a v${NUMBER} -m v${NUMBER}; git push; git push origin v${NUMBER}
# - python setup.py register sdist upload

Expand Down

0 comments on commit e84826c

Please sign in to comment.