Browse Source

0.5.1

pull/46/merge
pharmapsychotic 2 years ago
parent
commit
6a62ce73e8
  1. 2
      README.md
  2. 2
      clip_interrogator/__init__.py
  3. 2
      setup.py

2
README.md

@ -36,7 +36,7 @@ Install with PIP
pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu117 pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu117
# install clip-interrogator # install clip-interrogator
pip install clip-interrogator==0.5.0 pip install clip-interrogator==0.5.1
``` ```
You can then use it in your script You can then use it in your script

2
clip_interrogator/__init__.py

@ -1,4 +1,4 @@
from .clip_interrogator import Interrogator, Config from .clip_interrogator import Interrogator, Config
__version__ = '0.5.0' __version__ = '0.5.1'
__author__ = 'pharmapsychotic' __author__ = 'pharmapsychotic'

2
setup.py

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup( setup(
name="clip-interrogator", name="clip-interrogator",
version="0.5.0", version="0.5.1",
license='MIT', license='MIT',
author='pharmapsychotic', author='pharmapsychotic',
author_email='me@pharmapsychotic.com', author_email='me@pharmapsychotic.com',

Loading…
Cancel
Save