Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woctezuma committed Mar 29, 2021
1 parent 13c8bf0 commit 8ed43f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1

[metadata]
description-file = README.md
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name='steamspypi',
version='1.1.0',
version='1.1.1',
author='Wok',
author_email='wok@tuta.io',
description='SteamSpy API on PyPI',
keywords=['steam', 'steamspy', 'api'],
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',
Expand Down

0 comments on commit 8ed43f0

Please sign in to comment.