Skip to content

Commit 351d392

Browse files
committed
meta: bump version to 1.1.3
1 parent c009049 commit 351d392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33

44
[project]
55
name = "topstats"
6-
version = "1.1.2"
6+
version = "1.1.3"
77
description = "A simple API wrapper for topstats.gg written in Python."
88
readme = "README.md"
99
license = { text = "MIT" }

topstats/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.1.2'
1+
VERSION = '1.1.3'

0 commit comments

Comments
 (0)