Browse Source

Bump version to 0.3.0 for pip

pull/34/head
pharmapsychotic 2 years ago
parent
commit
0a0b3968d1
  1. 2
      clip_interrogator/__init__.py
  2. 2
      setup.py

2
clip_interrogator/__init__.py

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

2
setup.py

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

Loading…
Cancel
Save