Files
wallabag-api-client/wallabag_api/__init__.py
FoxMaSk 2c269fba43 v1.2.1
2018-04-18 11:13:57 +02:00

3 lines
81 B
Python

VERSION = (1, 2, 1) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])