Skip to content

Commit

Permalink
Version v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Einfalt committed Jun 6, 2018
1 parent e6e2b32 commit e2b5887
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 @@ -35,7 +35,7 @@ def import_nuke():
raise RuntimeError('Import nukecontexts from within Nuke')
nuke = import_nuke()

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

0 comments on commit e2b5887

Please sign in to comment.