Skip to content

Commit

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

__author__ = """Dileep Kishore"""
__email__ = '[email protected]'
__version__ = '0.3.0'
__version__ = '0.4.0'
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = True

Expand All @@ -23,6 +23,7 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
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 @@ -55,6 +55,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/dileep-kishore/mindpipe',
version='0.3.0',
version='0.4.0',
zip_safe=False,
)

0 comments on commit eba9a29

Please sign in to comment.