Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Mar 6, 2015
1 parent db06d0d commit 4f774a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion allel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import absolute_import, print_function, division


__version__ = '0.9.0.dev0'
__version__ = '0.9.0'


import allel.model as model
Expand Down
5 changes: 3 additions & 2 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
git checkout master
git merge vX.X
tox
# remove .devN from __version__
sed -i -e 's/.dev[0-9]*//' allel/__init__.py
Expand All @@ -10,6 +8,9 @@ git commit -a -m v$version
git tag -a v$version -m v$version
git push
git push --tags
# merge into master
git checkout master
git merge vX.X
# update pypi
python setup.py register sdist
twine upload dist/scikit-allel-${version}.tar.gz
Expand Down

0 comments on commit 4f774a5

Please sign in to comment.