Skip to content

Commit

Permalink
Merge pull request #74 from smirarab/bugfix
Browse files Browse the repository at this point in the history
bump version number
  • Loading branch information
smirarab committed Jul 21, 2019
2 parents 74ceabb + 7c74e4d commit 169c630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Version 4.3.9:
* fix info file path in `run_sepp.sh` script
* Version 4.3.7:
* Clean up run-sepp.sh to expose more options
* Beginning steps for building more robust builds
Expand Down
2 changes: 1 addition & 1 deletion sepp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

__all__ = ["alignment", "shortreadalignment", "taxonneighbourfinder",
"tools", "problem"]
version = "4.3.8"
version = "4.3.9"
_DEBUG = ("SEPP_DEBUG" in os.environ) and \
(os.environ["SEPP_DEBUG"].lower() == "true")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from distutils.spawn import find_executable

use_setuptools(version="0.6.24")
version = "4.3.8"
version = "4.3.9"


def get_tools_dir(where):
Expand Down

0 comments on commit 169c630

Please sign in to comment.