Skip to content

Commit 1e1a1ff

Browse files
committed
Update version to 0.2.1
1 parent 2664129 commit 1e1a1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyxivapi/__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.2.0'
5+
__version__ = '0.2.1'
66

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

0 commit comments

Comments
 (0)