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 Feb 19, 2016
1 parent 9188b82 commit 37a259b
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.1.0'
version = '0.2.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 @@ -38,7 +38,7 @@
from jicbioimage.core.transform import transformation
from jicbioimage.core.util.array import false_color

__version__ = "0.1.0"
__version__ = "0.2.0"

class Region(np.ndarray):
"""Class representing a region of interest in an image.
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.1.0"
version = "0.2.0"
readme = open('README.rst').read()

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

0 comments on commit 37a259b

Please sign in to comment.