Skip to content

Commit

Permalink
Bump version: 0.1.95 → 0.1.96
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed May 14, 2018
1 parent 8414890 commit 675df06
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.95"
__version__ = "0.1.96"

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.95"
version: "0.1.96"

source:
git_rev: 0.1.95
git_rev: 0.1.96
git_url: .
# fn: imtools-0.1.95.tar.gz
# url: https://pypi.python.org/packages/source/i/imtools/imtools-0.1.95.tar.gz
# fn: imtools-0.1.96.tar.gz
# url: https://pypi.python.org/packages/source/i/imtools/imtools-0.1.96.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.95
current_version = 0.1.96
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.95',
version='0.1.96',
url='https://github.com/mjirik/imtools',
author='Miroslav Jirik and Tomas Ryba',
author_email='miroslav.jirik@gmail.com',
Expand Down

0 comments on commit 675df06

Please sign in to comment.