We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0331e5 commit b8deae4Copy full SHA for b8deae4
1 file changed
topgg/__init__.py
@@ -13,7 +13,7 @@
13
__title__ = "topggpy"
14
__author__ = "Assanali Mukhanov"
15
__license__ = "MIT"
16
-__version__ = "1.2.0"
+__version__ = "1.3.0"
17
18
VersionInfo = namedtuple("VersionInfo", "major minor micro releaselevel serial")
19
major, minor, micro = (int(i) for i in __version__.split("."))
0 commit comments