Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBinette committed Jun 27, 2022
1 parent 4957b40 commit bddcbb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Unreleased changes
# Changelog

-
## 0.0.1 (June 27, 2022)

- Initial release
5 changes: 5 additions & 0 deletions pv_evaluation/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import pkg_resources

__version__ = pkg_resources.require("stringcompare")[0].version

__all__ = ["__version__"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if __name__ == "__main__":
setup(
name="pv_evaluation",
version="0.0.0",
version="0.0.1",
author="Olivier Binette, Sarvo Madhavan",
author_email="[email protected]",
description="Tools to evaluate disambiguation algorithms",
Expand Down

0 comments on commit bddcbb9

Please sign in to comment.