Skip to content

Commit

Permalink
Bump version: 1.3.35 → 1.3.36
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Apr 18, 2018
1 parent 36cdb14 commit 0681b33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 0681b33

Please sign in to comment.