Skip to content

Commit

Permalink
4.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
smirarab committed Apr 8, 2019
1 parent de0fba1 commit 825cf44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7"
version = "4.3.8"
_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.6"
version = "4.3.8"


def get_tools_dir(where):
Expand Down

0 comments on commit 825cf44

Please sign in to comment.