Skip to content

Commit

Permalink
Merge pull request #142 from kathyxchen/selene-v047
Browse files Browse the repository at this point in the history
update minor version to 0.4.7 (bugfix)
  • Loading branch information
kathyxchen committed Apr 28, 2020
2 parents e30eb8f + 0b4217e commit cfc9671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selene_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.6"
__version__ = "0.4.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cmdclass = {'build_ext': build_ext}

setup(name="selene-sdk",
version="0.4.6",
version="0.4.7",
long_description=long_description,
long_description_content_type='text/markdown',
description=("framework for developing sequence-level "
Expand Down

0 comments on commit cfc9671

Please sign in to comment.