Skip to content

Commit

Permalink
Bump version: 0.1.26 → 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Feb 27, 2017
1 parent c5a9db3 commit 1dfdec7
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.26"
__version__ = "0.1.27"

import qmisc
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.26"
version: "0.1.27"

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

0 comments on commit 1dfdec7

Please sign in to comment.