diff --git a/HISTORY.md b/HISTORY.md index a01f640..967cb7d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ ## History +### 1.6.1 + +* Fix missing sugar crepe example #119 thanks to @samarth4149 + ### 1.6.0 diff --git a/setup.py b/setup.py index 4d17e51..0f16757 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def load_requirements(f): test_suite='tests', tests_require=test_requirements, url='https://github.com/mehdidc/clip_benchmark', - version='1.6.0', + version='1.6.1', zip_safe=False, extra_require = { "vtab": ["task_adaptation==0.1", "timm>=0.5.4"],