diff --git a/pymarshaler/__init__.py b/pymarshaler/__init__.py index d942749..139a0bb 100644 --- a/pymarshaler/__init__.py +++ b/pymarshaler/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.1.0' +__version__ = '0.1.1' __all__ = ['marshal', 'utils', 'arg_delegates', 'errors'] from pymarshaler import marshal diff --git a/setup.py b/setup.py index 5b9f850..c26938c 100644 --- a/setup.py +++ b/setup.py @@ -5,13 +5,13 @@ setuptools.setup( name="pymarshaler", - version="0.1.0", + version="0.1.1", author="Hernan Romer", author_email="nanug33@gmail.com", description="Package to marshal and unmarshal python objects", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/hgromer/pymarshal", + url="https://github.com/hgromer/pymarshaler", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",