Skip to content

Commit

Permalink
Bump version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
heathsc committed Jul 27, 2018
1 parent 56a1bf3 commit 80d1288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Documentation can be found at
----------
Changelog:
----------
3.2.0 Make new release
3.1.0 Make installation process more modular. Allow for sub-installs
3.1.0 Add support for reading config from ${index_dir}/gemBS.json if it exists
3.1.0 Add --reference-bias option to mextr and gemBS extract
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import shutil

__VERSION_MAJOR = "3"
__VERSION_MINOR = "1"
__VERSION_MINOR = "2"
__VERSION_SUBMINOR = "0"
__VERSION__ = "%s.%s.%s" % (__VERSION_MAJOR, __VERSION_MINOR,__VERSION_SUBMINOR)

Expand Down

0 comments on commit 80d1288

Please sign in to comment.