Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tpgillam committed Feb 11, 2021
1 parent 5f942f8 commit 621327c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mt2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

__author__ = 'Thomas Gillam'
__email__ = 'tpgillam@googlemail.com'
__version__ = '0.1.5'
__version__ = '0.1.6'

# TODO This should be exposed in and imported from C++
MT2_ERROR = -1
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

Expand All @@ -12,5 +12,4 @@ search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

[aliases]
# Define setup.py command aliases here
test = pytest
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import numpy

__version__ = '0.1.5'
__version__ = '0.1.6'

with open('README.rst') as readme_file:
readme = readme_file.read()
Expand Down

0 comments on commit 621327c

Please sign in to comment.