We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c009049 commit 351d392Copy full SHA for 351d392
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools"]
3
4
[project]
5
name = "topstats"
6
-version = "1.1.2"
+version = "1.1.3"
7
description = "A simple API wrapper for topstats.gg written in Python."
8
readme = "README.md"
9
license = { text = "MIT" }
topstats/version.py
@@ -1 +1 @@
1
-VERSION = '1.1.2'
+VERSION = '1.1.3'
0 commit comments