Skip to content

Commit b8deae4

Browse files
committed
Bump version
1 parent e0331e5 commit b8deae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

topgg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = "topggpy"
1414
__author__ = "Assanali Mukhanov"
1515
__license__ = "MIT"
16-
__version__ = "1.2.0"
16+
__version__ = "1.3.0"
1717

1818
VersionInfo = namedtuple("VersionInfo", "major minor micro releaselevel serial")
1919
major, minor, micro = (int(i) for i in __version__.split("."))

0 commit comments

Comments
 (0)