We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3c5c7 commit e2198d0Copy full SHA for e2198d0
howlongtobeatpy/setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
setup(name='howlongtobeatpy',
7
- version='1.0.15',
+ version='1.0.16',
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.15
+sonar.projectVersion=1.0.16
sonar.python.version=3.9
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
0 commit comments