diff --git a/HISTORY.rst b/HISTORY.rst index b51e2e7..3124ca0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,12 @@ History ======= +1.0.0 (2022-11-17) +------------------ + +* Actual first release on PyPI. + + 0.1.0 (2022-04-12) ------------------ diff --git a/setup.py b/setup.py index b0713eb..220e98f 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def load_requirements(f): test_suite='tests', tests_require=test_requirements, url='https://github.com/mehdidc/clip_benchmark', - version='0.1.0', + version='1.0.0', zip_safe=False, extra_require = { "vtab": ["task_adaptation==0.1", "timm>=0.5.4"],