Skip to content

Commit 946f922

Browse files
authored
Update __init__.py
1 parent 97c9f57 commit 946f922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyxivapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__author__ = 'Lethys'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2019 (c) Lethys'
5-
__version__ = '0.1.0'
5+
__version__ = '0.1.2'
66

77
from .client import XIVAPIClient
8-
from .exceptions import *
8+
from .exceptions import *

0 commit comments

Comments
 (0)