Skip to content

Commit

Permalink
Bump version: 0.2.37 → 0.2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Nov 9, 2017
1 parent ce561b8 commit 7635b95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: teigen
version: "0.2.37"
version: "0.2.38"

source:
# this is used for build from git hub
git_rev: 0.2.37
git_rev: 0.2.38
git_url: https://github.com/mjirik/teigen.git

# this is used for pypi
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.37
current_version = 0.2.38
files = setup.py meta.yaml teigen/tgmain.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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='0.2.37',
version='0.2.38',
url='https://github.com/mjirik/teigen',
author='Miroslav Jirik',
author_email='miroslav.jirik@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion teigen/tgmain.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, logfile='~/tegen.log', loglevel=logging.DEBUG):
logger.info("Starting Teigen")

self.logfile = logfile
self.version = "0.2.37"
self.version = "0.2.38"
self.data3d = None
self.voxelsize_mm = None
self.need_run = True
Expand Down

0 comments on commit 7635b95

Please sign in to comment.