From 1938be82aa9e4640541263dadf8bd00eab754fea Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Sat, 23 Jun 2018 14:55:18 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.10=20=E2=86=92=200.0.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fibrous/__init__.py | 2 +- meta.yaml | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fibrous/__init__.py b/fibrous/__init__.py index 7ea35e8..289f6a8 100644 --- a/fibrous/__init__.py +++ b/fibrous/__init__.py @@ -1,6 +1,6 @@ __all__ = ['tree' ] -__version__ = "0.0.10" +__version__ = "0.0.11" from . import tb_volume as volume from . import tb_vtk as vtk diff --git a/meta.yaml b/meta.yaml index 6e65597..1641e55 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,10 +1,10 @@ package: name: fibrous - version: "0.0.10" + version: "0.0.11" source: # this is used for build from git hub - git_rev: 0.0.10 + git_rev: 0.0.11 git_url: https://github.com/mjirik/fibrous.git # this is used for pypi diff --git a/setup.cfg b/setup.cfg index 0c5e607..8ec2ab8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.10 +current_version = 0.0.11 files = setup.py meta.yaml fibrous/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index 7b6fbbe..ac83df2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,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.0.10', + version='0.0.11', url='https://github.com//fibrous', author='', author_email='',