Skip to content

Commit

Permalink
update release doc [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed Dec 21, 2018
1 parent 14f7277 commit 18aea1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
tox
# remove .devN from __version__
sed -i -e 's/.dev[0-9]*//' allel/__init__.py
version=`grep __version__ allel/__init__.py | sed -e "s/.*__version__[ ]=[ ]'\(.*\)'/\1/"`
version=X.X.X
echo $version
python setup.py build_ext --inplace
# git commit and tag
Expand Down

0 comments on commit 18aea1d

Please sign in to comment.