Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hgromer committed Nov 8, 2020
2 parents 04c879c + 551a67d commit a19db8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pymarshaler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['marshal', 'utils', 'arg_delegates', 'errors']

from pymarshaler import marshal
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="pymarshaler",
version="0.1.0",
version="0.1.1",
author="Hernan Romer",
author_email="[email protected]",
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",
Expand Down

0 comments on commit a19db8f

Please sign in to comment.