File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 long_description = fh .read ()
55
66setup (name = 'howlongtobeatpy' ,
7- version = '1.0.2 ' ,
7+ version = '1.0.3 ' ,
88 packages = find_packages (exclude = ['tests' ]),
99 description = 'A Python API for How Long to Beat' ,
1010 long_description = long_description ,
1717 'aiohttp>=3.7.3' ,
1818 'requests>=2.25.1' ,
1919 'aiounittest>=1.4.0' ,
20- 'fake_useragent==0 .1.11 '
20+ 'fake_useragent>=1 .1.0 '
2121 ],
2222 zip_safe = False )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
22sonar.projectKey =ScrappyCocco_HowLongToBeat-PythonAPI
33
44sonar.projectName =HowLongToBeat-PythonAPI
5- sonar.projectVersion =1.0.2
5+ sonar.projectVersion =1.0.3
66sonar.python.version =3.6
77
88# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
You can’t perform that action at this time.
0 commit comments