Skip to content

Commit

Permalink
version 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbern committed Feb 6, 2018
1 parent 505a747 commit 0e9253d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
How to release
--------------

1. Make sure you're on master. `git checkout master && git fetch && git reset --hard origin/master`
1. Update `setup.py` to the newest version, `git add setup.py && git commit -m "version 1.2.3"`
1. `python setup.py sdist`
1. `twine upload dist/*`
1. `git tag -a v1.2.3 -m "version 1.2.3"`
1. `git push --tags origin master` to push the last version to Github
1. Go to https://github.com/spotify/annoy/releases and click "Draft a new release"
1. `twine upload dist/*`

TODO
----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
cputune = []

setup(name='annoy',
version='1.11.1',
version='1.11.4',
description='Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.',
packages=['annoy'],
ext_modules=[
Expand Down

0 comments on commit 0e9253d

Please sign in to comment.