diff --git a/potodo/__init__.py b/potodo/__init__.py index d31cf33..9fd088e 100644 --- a/potodo/__init__.py +++ b/potodo/__init__.py @@ -2,4 +2,4 @@ __author__ = """Jules Lasne""" __email__ = "jules.lasne@gmail.com" -__version__ = "0.3.0" +__version__ = "0.3.1" diff --git a/setup.py b/setup.py index 9b5a1a4..04cc3fe 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as readme: setuptools.setup( name="potodo", - version="0.3.0", + version="0.3.1", description="Will list all .po files that are to be transated", long_description=long_description, long_description_content_type="text/markdown", # This is important!