first shoot
This commit is contained in:
2
wallabag_api/__init__.py
Normal file
2
wallabag_api/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
VERSION = (0, 0, 1) # PEP 386
|
||||
__version__ = ".".join([str(x) for x in VERSION])
|
||||
Reference in New Issue
Block a user