-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates the base url to point at new prefix destination, bump version
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ def parse_requirements(filename): | |
setup( | ||
name='word_embeddings_sdk', | ||
packages=find_packages(), | ||
version='0.1.4', | ||
version='0.1.5', | ||
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.4.tar.gz', | ||
download_url='https://github.com/Width-ai/embeddings-sdk/archive/refs/tags/v0.1.5.tar.gz', | ||
keywords=['Embeddings', 'SDK', 'WordEmbeddings', 'WordEmbeddings.Ai'], | ||
install_requires=install_requires, | ||
classifiers=[ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters