diff --git a/setup.py b/setup.py index b1029f3..1867031 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,6 @@ from codecs import open from os import path -from setuptools import find_packages from setuptools import setup here = path.abspath(path.dirname(__file__)) @@ -12,7 +11,7 @@ with open(path.join(here, "README.md"), encoding="utf-8") as f: setup( name="release-gitter", - version="1.1.3", + version="1.2.0", description="Easily download releases from sites like Github and Gitea", long_description=long_description, long_description_content_type="text/markdown",