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 Feb 13, 2017
1 parent 54c602d commit 8dea641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.1.1'
version = u'0.1.2'
# The full version, including alpha/beta/rc tags.
release = u'0.1.1'
release = u'0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nukecontexts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if not match:
raise RuntimeError('Import nukecontexts from within Nuke')

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

from ctx import enabled, disabled, set_attr, multiple_contexts
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'nukecontexts',
version = '0.1.1',
version = '0.1.2',
description='Library of composable context managers for Nuke',
long_description=readme,
url='https://github.com/florianeinfalt/nukecontexts',
Expand Down

0 comments on commit 8dea641

Please sign in to comment.