From 1879cf4fa30b5a9520e157fb655968021f4eb324 Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Mon, 14 May 2018 21:30:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.96=20=E2=86=92=200.1.97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- imtools/__init__.py | 2 +- meta.yaml | 8 ++++---- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/imtools/__init__.py b/imtools/__init__.py index 7ba80f8..1302bb7 100644 --- a/imtools/__init__.py +++ b/imtools/__init__.py @@ -1,6 +1,6 @@ __all__ = ['qmisc', 'misc' ] -__version__ = "0.1.96" +__version__ = "0.1.97" from . import qmisc from . import misc diff --git a/meta.yaml b/meta.yaml index 3c1249a..892b5ee 100644 --- a/meta.yaml +++ b/meta.yaml @@ -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 diff --git a/setup.cfg b/setup.cfg index 36f12e4..cbdcc05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index a8abd22..b9a76ad 100644 --- a/setup.py +++ b/setup.py @@ -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',