Skip to content

Commit

Permalink
Version v0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Einfalt committed Feb 24, 2017
1 parent e17bdc5 commit 242b476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nukecontexts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if not match:
raise RuntimeError('Import nukecontexts from within Nuke')

__version__ = '0.1.3'
__version__ = '0.1.4'
__all__ = ['ctx']


Expand Down
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 = 'nukecontexts',
version = '0.1.3',
version = '0.1.4',
description='A library of composable context managers for Nuke',
long_description=readme,
url='https://github.com/florianeinfalt/nukecontexts',
Expand Down

0 comments on commit 242b476

Please sign in to comment.