Skip to content

Commit

Permalink
Updated version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjelvar-olsson committed Oct 6, 2015
1 parent f74ef16 commit 0c7e5e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -60,7 +60,7 @@
# built documents.
#
# The short X.Y version.
version = '0.0.1'
version = '0.1.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion jicbioimage/segment/__init__.py
Expand Up @@ -36,7 +36,7 @@
from jicbioimage.core.image import SegmentedImage
from jicbioimage.core.transform import transformation

__version__ = "0.0.1"
__version__ = "0.1.0"


@transformation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@ def run_tests(self):
import nose
nose.run_exit(argv=['nosetests'])

version = "0.0.1"
version = "0.1.0"
readme = open('README.rst').read()

setup(name='jicbioimage.segment',
Expand Down

0 comments on commit 0c7e5e5

Please sign in to comment.