- commit
- a26f5e0e4f81cae1bbf8190e91197cedec13e2ad
- parent
- 1592a024b4bf2e7f25b6b81f35a25873cebafd71
- Author
- Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
- Date
- 2021-11-30 18:15
bump verion to 0.0.2
Diffstat
| M | CHANGES.md | 6 | ++++++ |
| M | setup.py | 2 | +- |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,9 @@ -1 1 0.0.2 (2021-11-30) -1 2 ------------------ -1 3 -1 4 - include html file in package -1 5 -1 6 1 7 0.0.1 (2021-11-03) 2 8 ------------------ 3 9
diff --git a/setup.py b/setup.py
@@ -9,7 +9,7 @@ setup( 9 9 url='https://github.com/xi/django-model-stats', 10 10 author='Tobias Bengfort', 11 11 author_email='tobias.bengfort@posteo.de',12 -1 version='0.0.1',-1 12 version='0.0.2', 13 13 license='MIT', 14 14 packages=find_packages(exclude=['tests']), 15 15 include_package_data=True,