Skip to content

Commit

Permalink
4.5.0: remove tipp to https://github.com/TeraTrees/TIPP
Browse files Browse the repository at this point in the history
  • Loading branch information
smirarab committed Feb 17, 2021
1 parent afd30d2 commit 2cfbe79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ install:
script:
- COVERAGE_FILE=.coverage coverage run -p --concurrency=multiprocessing --rcfile .coveragerc setup.py nosetests -w test/unittest/
- coverage combine
- flake8 run_tipp.py setup.py run_abundance.py split_sequences.py run_tipp_tool.py distribute_setup.py run_ensemble.py run_sepp.py run_upp.py merge_script.py test/unittest/ sepp/
- flake8 setup.py split_sequences.py distribute_setup.py run_ensemble.py run_sepp.py run_upp.py merge_script.py test/unittest/ sepp/
after_success:
- coveralls
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Version 4.5.0:
* TIPP has moved to a new repo: https://github.com/TeraTrees/TIPP
* Version 4.4.0:
* TIPP has moved to TIPP2
* Version 4.3.21:
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.4.0"
version = "4.5.0"
_DEBUG = ("SEPP_DEBUG" in os.environ) and \
(os.environ["SEPP_DEBUG"].lower() == "true")

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
import shutil
from setuptools import find_packages
from distutils.core import setup, Command
from distutils.spawn import find_executable

use_setuptools(version="0.6.24")
version = "4.4.0"
version = "4.5.0"


def get_tools_dir(where):
Expand Down

0 comments on commit 2cfbe79

Please sign in to comment.