diff --git a/.gitignore b/.gitignore index f482011..ed562d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ __pycache__ .pyc .idea -Pipfile.lock \ No newline at end of file +Pipfile.lock +dist +build +*.egg-info \ No newline at end of file diff --git a/README.md b/README.md index 757df8a..f14b402 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ If you want to schedule your updates, edit your /etc/crontab file. ## Contributors - [@Eideen](https://github.com/Eideen) + - [@iwalton3](https://github.com/iwalton3) Thank you for your support! diff --git a/setup.py b/setup.py index e292045..c83b276 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setuptools.setup(name='gitea_auto_update', - version='2.0.6', + version='2.0.7', description='A script which can update gitea to a new version.', long_description=long_description, long_description_content_type="text/markdown",