diff --git a/setup.py b/setup.py index e026c16..b619e07 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')).read(), long_description_content_type="text/markdown", - version='1.0.2', + version='1.0.3', description='Restic backup Python wrapper', project_urls={ "repository": "https://github.com/mtlynch/resticpy",