Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-t committed Aug 8, 2023
1 parent 163db5c commit eb2de44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ def parse_requirements(filename):
setup(
name='word_embeddings_sdk',
packages=find_packages(),
version='0.1.2',
version='0.1.3',
license='MIT',
description='Python sdk to interface with the WordEmbeddings API',
long_description=readme,
long_description_content_type='text/markdown',
author='Patrick Hennis',
author_email='[email protected]',
url='https://github.com/Width-ai/embeddings-sdk',
download_url='https://github.com/Width-ai/embeddings-sdk/archive/refs/tags/v0.1.2.tar.gz',
download_url='https://github.com/Width-ai/embeddings-sdk/archive/refs/tags/v0.1.3.tar.gz',
keywords=['Embeddings', 'SDK', 'WordEmbeddings', 'WordEmbeddings.Ai'],
install_requires=install_requires,
classifiers=[
Expand Down

0 comments on commit eb2de44

Please sign in to comment.