Skip to content

Commit 341b1b6

Browse files
committed
Update __init__.py
1 parent 11b9fb8 commit 341b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivapi/__init__.py

Lines changed: 1 addition & 1 deletion
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.2'
5+
__version__ = '0.1.3'
66

77
from .client import Client
88
from .exceptions import *

0 commit comments

Comments
 (0)