Skip to content

Commit

Permalink
Update setup.py to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Bukowski committed Dec 23, 2024
1 parent 05afde9 commit 7390400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if sys.version_info < (3, 12):
sys.exit("Python < 3.12 is not supported")

version = '1.1.3'
version = '1.2.0'

setup(
name='steampy',
Expand Down

0 comments on commit 7390400

Please sign in to comment.