Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
 - update to use scyjava instead of jrun
  • Loading branch information
hanslovsky committed Nov 18, 2018
1 parent 5248c12 commit a47652f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imglyb_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__all__ = ('set_imglib2_imglyb_version', 'get_imglib2_imglyb_version')

version = '0.3.4dev'
version = '0.3.4'

_default_imglib2_imglyb_version = '0.3.0'
_imglib2_imglyb_version = os.getenv('IMGLIB2_IMGLYB_VERSION', _default_imglib2_imglyb_version)
Expand All @@ -13,4 +13,4 @@ def set_imglib2_imglyb_version(version):

def get_imglib2_imglyb_version():
global _imglib2_imglyb_version
return _imglib2_imglyb_version
return _imglib2_imglyb_version

0 comments on commit a47652f

Please sign in to comment.