Skip to content

Commit

Permalink
Bump version: 0.4.2 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 2, 2019
1 parent 5663990 commit c8f9581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mindpipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Dileep Kishore"""
__email__ = "dkishore@bu.edu"
__version__ = "0.4.2"
__version__ = "0.5.0"

from .main import Lineage, Network, Otu
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.2
current_version = 0.5.0
commit = True
tag = True

Expand All @@ -24,7 +24,7 @@ test = pytest
[tool:pytest]
addopts = --ignore mindpipe
collect_ignore = ['setup.py']
filterwarnings =
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/dileep-kishore/mindpipe",
version="0.4.2",
version="0.5.0",
zip_safe=False,
)

0 comments on commit c8f9581

Please sign in to comment.