Skip to content

Commit

Permalink
New version, update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
OKaluza committed Jun 6, 2018
1 parent 1df00a0 commit 0efb01b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ctypes.util import find_library

#Current version
version = "1.2.39"
version = "1.2.40"

"""
To release a new verison:
Expand All @@ -22,9 +22,10 @@
>>> python setup.py tag
3) Rebuild to update version in library
3) Rebuild to update version in library and rebuild docs
>>> make
>>> make docs
4) Publish the release to PyPi,
ensure this is done in a clean checkout with no other source changes!
Expand Down

0 comments on commit 0efb01b

Please sign in to comment.