From def127154df4cb4d3bae12976001012330d2018a Mon Sep 17 00:00:00 2001 From: Florian Einfalt Date: Sat, 18 Feb 2017 14:35:46 +0000 Subject: [PATCH] Version v0.1.3 release --- nukecontexts/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nukecontexts/__init__.py b/nukecontexts/__init__.py index ebed89d..5052874 100644 --- a/nukecontexts/__init__.py +++ b/nukecontexts/__init__.py @@ -22,7 +22,7 @@ if not match: raise RuntimeError('Import nukecontexts from within Nuke') -__version__ = '0.1.2' +__version__ = '0.1.3' __all__ = ['ctx'] diff --git a/setup.py b/setup.py index afe2f46..ebfcedd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = 'nukecontexts', - version = '0.1.2', + version = '0.1.3', description='A library of composable context managers for Nuke', long_description=readme, url='https://github.com/florianeinfalt/nukecontexts',