Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBinette committed Apr 5, 2022
1 parent e9959aa commit e3c3fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
Changelog
=========

Unreleased
0.1.0 (2022-04-05)
----------

* Update contribution guidelines and development workflow
* Refactor and update documentation and development files
* Update pybind11 package documentation
* Improve memory efficiency of Levenshtein and LCSDistance classes
* Add CharacterDifference class
* Add Hamming distance class

0.0.1 (2022-01-18)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
ext_modules=ext_modules,
name="stringcompare",
version="0.0.1.post0",
version="0.1.0",
author="Olivier Binette",
author_email="[email protected]",
description="Efficient string comparison functions.",
Expand Down

0 comments on commit e3c3fea

Please sign in to comment.