Files
wallabag-api-client/wallabag_api/__init__.py
Olivier Demah 65f706f0ea first shoot
2014-12-10 22:33:51 +01:00

2 lines
79 B
Python

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