Skip to content

Commit

Permalink
Properly sync up all the version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pharmapsychotic committed Feb 20, 2023
1 parent 384e234 commit 08546ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install with PIP
pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu117
# install clip-interrogator
pip install clip-interrogator==0.5.3
pip install clip-interrogator==0.5.4
```

You can then use it in your script
Expand Down
2 changes: 1 addition & 1 deletion clip_interrogator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .clip_interrogator import Interrogator, Config

__version__ = '0.5.2'
__version__ = '0.5.4'
__author__ = 'pharmapsychotic'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="clip-interrogator",
version="0.5.3",
version="0.5.4",
license='MIT',
author='pharmapsychotic',
author_email='me@pharmapsychotic.com',
Expand Down

0 comments on commit 08546ea

Please sign in to comment.