- commit
- 237965bdf1de541c43d9f10b348e5271e591b436
- parent
- a551222fd0c69c79e6d71a452b74aae694087709
- Author
- Tobias Bengfort <bengfort@mpib-berlin.mpg.de>
- Date
- 2021-11-03 12:08
bump version to 0.0.1
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.1 (2021-11-03) -1 2 ------------------ -1 3 -1 4 - restrict access to staff members -1 5 -1 6 1 7 0.0.0 (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.0',-1 12 version='0.0.1', 13 13 license='MIT', 14 14 packages=find_packages(exclude=['tests']), 15 15 include_package_data=True,