Skip to content

Commit e64e5bc

Browse files
author
Florian Einfalt
committed
Version v0.2.0 release
1 parent cddf0eb commit e64e5bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nukecontexts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def import_nuke():
3535
raise RuntimeError('Import nukecontexts from within Nuke')
3636
nuke = import_nuke()
3737

38-
__version__ = '0.1.5'
38+
__version__ = '0.2.0'
3939
__all__ = ['ctx']
4040

4141

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name = 'nukecontexts',
12-
version = '0.1.5',
12+
version = '0.2.0',
1313
description='A library of composable context managers for Nuke',
1414
long_description=readme,
1515
url='https://github.com/florianeinfalt/nukecontexts',

0 commit comments

Comments
 (0)