Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Nov 27, 2017
1 parent bcb6e3a commit f964cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(
name='zetastitcher',
version=__version__,
description='Stitch 3D tiles',
description='Stitch large volumetric images (3D stacks)',
long_description='ZetaStitcher is a tool designed to stitch large '
'volumetric images such as those produced by Light-Sheet '
'Fluorescence Microscopes.',
Expand Down
4 changes: 2 additions & 2 deletions zetastitcher/version.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
major = 0
minor = 3
micro = 0
micro = 1

pre_release = ''
post_release = ''
dev_release = '0'
dev_release = ''

__version__ = ''

Expand Down

0 comments on commit f964cc3

Please sign in to comment.