aboutsummaryrefslogtreecommitdiff
path: root/src_doit/py.py
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-10-26 14:40:27 +0200
committerbozo.kopic <bozo@kopic.xyz>2021-10-26 14:40:27 +0200
commit9a80207b09c8429d27f3c5eb30204eee43b94f9d (patch)
treed23b2495f4b12fbb4d69279f08caf92e752fe2c0 /src_doit/py.py
parente10cd5fcacb1446d937e12510b70983203145a02 (diff)
json schema bugixHEADmaster
Diffstat (limited to 'src_doit/py.py')
-rw-r--r--src_doit/py.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_doit/py.py b/src_doit/py.py
index 3ce76fa..23a7c29 100644
--- a/src_doit/py.py
+++ b/src_doit/py.py
@@ -79,7 +79,7 @@ requirements = {requirements}
setup(
name='restlog',
- version='0.0.1',
+ version='0.0.2',
description='JSON log-structured data storage with REST API',
long_description=readme,
long_description_content_type='text/x-rst',