diff --git a/setup.py b/setup.py index 6e2b160..4bba4f5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='UnParse', - version='0.0.3', + version='0.0.5', packages=['unparse', 'unparse.examples'], license='MIT', author='Matt Fenwick', diff --git a/unparse/__init__.py b/unparse/__init__.py index 2dbca4a..2d659a0 100644 --- a/unparse/__init__.py +++ b/unparse/__init__.py @@ -3,4 +3,4 @@ -__version__ = '0.0.4' +__version__ = '0.0.5'