Bump version to 1.2.0
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
IamTheFij 2022-10-11 12:41:30 -07:00
parent ab0603d1b9
commit e147fad63c
1 changed files with 1 additions and 2 deletions

View File

@ -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",