We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31457ca commit 6ecbb55Copy full SHA for 6ecbb55
howlongtobeatpy/setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
setup(name='howlongtobeatpy',
7
- version='1.0.12',
+ version='1.0.13',
8
packages=find_packages(exclude=['tests']),
9
description='A Python API for How Long to Beat',
10
long_description=long_description,
sonar-project.properties
@@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
2
sonar.projectKey=ScrappyCocco_HowLongToBeat-PythonAPI
3
sonar.projectName=HowLongToBeat-PythonAPI
-sonar.projectVersion=1.0.12
+sonar.projectVersion=1.0.13
sonar.python.version=3.9
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
0 commit comments