Skip to content

Commit

Permalink
Release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdidc committed Feb 19, 2024
1 parent 85028a1 commit a230282
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 1.6.1

* Fix missing sugar crepe example #119 thanks to @samarth4149

### 1.6.0


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit a230282

Please sign in to comment.