Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Jun 2, 2022
1 parent 86025e2 commit 11fb492
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pip==22.1.1
pip install setuptools wheel twine==4.0.0
- name: Release
if: ${{ steps.regex-match.outputs.match != '' }}
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.8

* small fix

## 1.0.7

* small fix
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read_reqs(relpath):
name="multilingual_clip",
packages=find_packages(),
include_package_data=True,
version="1.0.7",
version="1.0.8",
license="MIT",
description="OpenAI CLIP text encoders for multiple languages!",
long_description=long_description,
Expand Down

0 comments on commit 11fb492

Please sign in to comment.