Skip to content

Commit

Permalink
4.5.4: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
smirarab committed Aug 12, 2024
1 parent 1bce638 commit f3ef3b3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* * Version 4.5.3:
* Version 4.5.4:
* Slight improvements in logging key information
* Version 4.5.3:
* Make sure SEPP and HMMER version is outputted to log
* Update documents to ask users to cite HMMER
* Version 4.5.2:
Expand Down
2 changes: 1 addition & 1 deletion sepp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'jobs', 'math_utils', 'problem', 'scheduler',
'scratch', 'tree', 'get_logger', 'is_temp_kept', 'version']

version = "4.5.3"
version = "4.5.4"
_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 @@ -29,7 +29,7 @@
from distutils.core import setup, Command

use_setuptools(version="0.6.24")
version = "4.5.3"
version = "4.5.4"


def get_tools_dir(where):
Expand Down

0 comments on commit f3ef3b3

Please sign in to comment.