Skip to content

Commit

Permalink
Version bump to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anergictcell committed Mar 23, 2024
1 parent ac1cc7f commit 421ceff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

3.3.0
-----
Fix JC similarity algoritm (see https://github.com/anergictcell/pyhpo/issues/20 for details)

3.2.6
-----
Data update to 2024-03-06
Expand Down
2 changes: 1 addition & 1 deletion pyhpo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# The following info will be used by setup.py and sphinx documentation
__author__ = "Jonas Marcello"
__version__ = "3.2.6"
__version__ = "3.3.0"

__all__ = (
"Annotation",
Expand Down

0 comments on commit 421ceff

Please sign in to comment.