Skip to content

Commit

Permalink
Push to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Finkbeiner committed Jan 24, 2020
1 parent ffd2de5 commit 4f637ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
`python setup.py bdist_wheel`
4. And check it:\
`twine check dist/*`
5. Commit the most current version to GitHub if this has not been done yet.
5. **Commit** the most current version to GitHub if this has not been done yet.
6. Make sure you gave the commit of the current version a proper tag:\
`git tag -a '<your tag>' -m '<some message for the tag>' && git push --tags`
7. Finally publish:\
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = f.read()

setup(name="weaviate-client",
version="0.3.0-rc1", #-rc0
version="0.3.0", #-rc0
description="A python native weaviate client",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 4f637ba

Please sign in to comment.