diff --git a/setup.py b/setup.py index 9f7677b..c5ac767 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f: setup( name="padio", - version="0.0.0", + version="1.0.0", description="Zero pad numeric filenames", long_description=long_description, long_description_content_type="text/markdown",