Skip to content

Commit

Permalink
Version v0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Einfalt committed Mar 6, 2017
1 parent 2b21d71 commit 377cc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nukeuuid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def import_nuke():
raise RuntimeError('Import nukeuuid from within Nuke')
nuke = import_nuke()

__version__ = '0.1.1'
__version__ = '0.1.2'
__all__ = []


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 = 'nukeuuid',
version = '0.1.1',
version = '0.1.2',
description='A unique identifier library for Nuke',
long_description=readme,
url='https://github.com/florianeinfalt/nukeuuid',
Expand Down

0 comments on commit 377cc56

Please sign in to comment.