From f5fbca913fd27974129c3159c54dcc9efa8cf31a Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Thu, 17 Nov 2022 22:05:56 +0100 Subject: [PATCH] Release 1.0.0 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"],