Skip to content

Commit

Permalink
Bump version: 0.1.96 → 0.1.97
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed May 14, 2018
1 parent 675df06 commit 1879cf4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion imtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['qmisc', 'misc' ]

__version__ = "0.1.96"
__version__ = "0.1.97"

from . import qmisc
from . import misc
Expand Down
8 changes: 4 additions & 4 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package:
name: imtools
version: "0.1.96"
version: "0.1.97"

source:
git_rev: 0.1.96
git_rev: 0.1.97
git_url: .
# fn: imtools-0.1.96.tar.gz
# url: https://pypi.python.org/packages/source/i/imtools/imtools-0.1.96.tar.gz
# fn: imtools-0.1.97.tar.gz
# url: https://pypi.python.org/packages/source/i/imtools/imtools-0.1.97.tar.gz
# md5: 2c88dfda63b4b8dc2f849e4e0218f7fb
# patches:
# List any patch files here
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.96
current_version = 0.1.97
files = setup.py meta.yaml imtools/__init__.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.1.96',
version='0.1.97',
url='https://github.com/mjirik/imtools',
author='Miroslav Jirik and Tomas Ryba',
author_email='miroslav.jirik@gmail.com',
Expand Down

0 comments on commit 1879cf4

Please sign in to comment.