Skip to content

Commit

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

__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = []

DS_PREFIX = 'ds_'
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 = 'nukedatastore',
version = '0.1.0',
version = '0.1.1',
description='A library for basic data persistence in Nuke',
long_description=readme,
url='https://github.com/florianeinfalt/nukedatastore',
Expand Down

0 comments on commit c7aae3b

Please sign in to comment.