Skip to content

Commit 7cb9a3d

Browse files
committed
Updated version
1 parent ecab741 commit 7cb9a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tibiapy/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from tibiapy import abc, enums, utils
44
from tibiapy.character import *
5+
from tibiapy.client import *
6+
from tibiapy.creature import *
57
from tibiapy.enums import *
68
from tibiapy.errors import *
79
from tibiapy.guild import *
@@ -10,10 +12,8 @@
1012
from tibiapy.kill_statistics import *
1113
from tibiapy.news import *
1214
from tibiapy.world import *
13-
from tibiapy.creature import *
14-
from tibiapy.client import *
1515

16-
__version__ = '2.1.0'
16+
__version__ = '2.2.0'
1717

1818
from logging import NullHandler
1919

0 commit comments

Comments
 (0)