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='',