Skip to content

Commit 4f2f921

Browse files
committed
Update version
1 parent daf4f1b commit 4f2f921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codingame/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
VersionInfo = namedtuple("VersionInfo", "major minor micro releaselevel serial")
1111

12-
version_info = VersionInfo(major=0, minor=2, micro=0, releaselevel="", serial=0)
12+
version_info = VersionInfo(major=0, minor=2, micro=1, releaselevel="", serial=0)
1313

1414
__title__ = "codingame"
1515
__author__ = "takos22"
16-
__version__ = "0.2.0"
16+
__version__ = "0.2.1"
1717

1818
__all__ = [
1919
"Client",

0 commit comments

Comments
 (0)