This commit is contained in:
parent
ab0603d1b9
commit
e147fad63c
3
setup.py
3
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",
|
||||
|
Loading…
Reference in New Issue
Block a user