Skip to content

Commit

Permalink
Released new version of python binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Sep 9, 2017
1 parent c12b5e1 commit 14d67ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bindings/python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ Run :code:`make sdist` to create a source distribution, but not publish it - it
Good way to test it is to run :code:`sudo pip install dist/edlib-*.tar.gz`, which will try to install edlib from it, same way as pip will do it when it is published.

Run :code:`make publish` to create a source distribution and publish it to the PyPI. Use this to publish new version of package.
Make sure to bump the version in `setup.py` before publishing, if needed.

:code:`make clean` removes all generated files.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
name = "edlib",
description = "Lightweight, super fast library for sequence alignment using edit (Levenshtein) distance.",
long_description = long_description,
version = "1.2.0",
version = "1.2.1",
url = "https://github.com/Martinsos/edlib",
author = "Martin Sosic",
author_email = "[email protected]",
Expand Down

0 comments on commit 14d67ab

Please sign in to comment.