Skip to content

Commit

Permalink
Release 1.1.0 (#45)
Browse files Browse the repository at this point in the history
* bumping pypi to v1.0.2

* fixing history

* switching to v1.1.0
  • Loading branch information
gabrielilharco committed Nov 23, 2022
1 parent e5ade28 commit 607f964
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## History

### 1.1.0

* Added better support for multilingual eval
* Added better support for linear probing
* Added support for CuPL prompts

### 1.0.1

* pypi description as markdown
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def load_requirements(f):
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mehdidc/clip_benchmark',
version='1.0.1',
version='1.1.0',
zip_safe=False,
extra_require = {
"vtab": ["task_adaptation==0.1", "timm>=0.5.4"],
Expand Down

0 comments on commit 607f964

Please sign in to comment.