From 0681b3324079f1ac92c269da31728c5bf57189ac Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Wed, 18 Apr 2018 15:20:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.35=20=E2=86=92=201.3.36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- io3d/__init__.py | 2 +- meta.yaml | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/io3d/__init__.py b/io3d/__init__.py index 76076c7..258b5a8 100644 --- a/io3d/__init__.py +++ b/io3d/__init__.py @@ -1,5 +1,5 @@ __all__ = ['dcmreaddata', 'datareader', 'datawriter', 'rawN', "datasets"] -__version__ = "1.3.35" +__version__ = "1.3.36" # from pycut import Model, ImageGraphCut # from seed_editor_qt import QTSeedEditor from .dcmreaddata import DicomReader diff --git a/meta.yaml b/meta.yaml index 91937b5..618bae1 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,10 +1,10 @@ package: name: io3d - version: "1.3.35" + version: "1.3.36" source: # this is used for build from git hub - git_rev: 1.3.35 + git_rev: 1.3.36 git_url: https://github.com/mjirik/io3d.git # this is used for pypi diff --git a/setup.cfg b/setup.cfg index e49b36f..adb3080 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.35 +current_version = 1.3.36 files = setup.py meta.yaml io3d/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index d58dd2f..ce06ef6 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='1.3.35', + version='1.3.36', url='https://github.com/mjirik/io3d', author='Miroslav Jirik', author_email='miroslav.jirik@gmail.com',