diff --git a/setup.cfg b/setup.cfg index c7ae5ac..e153776 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 [metadata] description-file = README.md diff --git a/setup.py b/setup.py index d86e86b..acbb80c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='steamspypi', - version='1.1.0', + version='1.1.1', author='Wok', author_email='wok@tuta.io', description='SteamSpy API on PyPI', @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type="text/markdown", url='https://github.com/woctezuma/steamspypi', - download_url='https://github.com/woctezuma/steamspypi/archive/1.1.0.tar.gz', + download_url='https://github.com/woctezuma/steamspypi/archive/1.1.1.tar.gz', packages=setuptools.find_packages(), install_requires=[ 'requests',