Skip to content

Commit 3d17020

Browse files
committed
Bump version to 1.1.0
1 parent 7998af0 commit 3d17020

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
@@ -11,11 +11,11 @@
1111
"VersionInfo", major=int, minor=int, micro=int, releaselevel=str, serial=int
1212
)
1313

14-
version_info = VersionInfo(major=1, minor=0, micro=1, releaselevel="", serial=0)
14+
version_info = VersionInfo(major=1, minor=1, micro=0, releaselevel="", serial=0)
1515

1616
__title__ = "codingame"
1717
__author__ = "takos22"
18-
__version__ = "1.0.1"
18+
__version__ = "1.1.0"
1919

2020
from .clash_of_code import ClashOfCode, Player
2121
from .client import Client

0 commit comments

Comments
 (0)