Skip to content

Commit

Permalink
Release imglyb-0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hanslovsky committed Jan 6, 2020
1 parent 69766fc commit a7c1cf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imglyb_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
__all__ = ('set_imglib2_imglyb_version', 'get_imglib2_imglyb_version')

__major__ = 0
__minor__ = 3
__patch__ = 6
__tag__ = 'dev0'
__minor__ = 4
__patch__ = 0
__tag__ = ''
__version__ = f'{__major__}.{__minor__}.{__patch__}.{__tag__}'.strip('.')

class _Version(object):
Expand Down

0 comments on commit a7c1cf1

Please sign in to comment.