diff --git a/setup.py b/setup.py index c27caf9..47cd823 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md') as readme_file: setup_args = dict( name='py-gitea', - version='0.1.5', + version='0.1.6', description='A python wrapper for the Gitea API', long_description_content_type="text/markdown", long_description=README,