We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6e012 commit c555440Copy full SHA for c555440
setup.py
@@ -4,7 +4,7 @@
4
if not sys.version_info[0] == 3 and sys.version_info[1] < 8:
5
sys.exit('Python < 3.8 is not supported')
6
7
-version = '1.0.3'
+version = '1.1.0'
8
9
setup(
10
name='steampy',
0 commit comments