Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Nov 17, 2022
1 parent a694793 commit 67fb062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## History

### 1.0.1

* pypi description as markdown

### 1.0.0

* Actual first release on PyPI.
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.0',
version='1.0.1',
zip_safe=False,
extra_require = {
"vtab": ["task_adaptation==0.1", "timm>=0.5.4"],
Expand Down

0 comments on commit 67fb062

Please sign in to comment.