Skip to content

Commit 2ce5251

Browse files
committed
bump version to 0.2.6
1 parent 450b85b commit 2ce5251

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ Extant gene IDs of predicted HOG, which you can look for in the OMA browser sear
9696

9797
# Change log
9898

99+
#### Version 0.2.6
100+
- support for numpy>1.23
101+
99102
#### Version 0.2.5
100103
- Fixes an issue when storing the pre-conputed statistics
101104

omamer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from datetime import date
2323

2424
__packagename__ = "omamer"
25-
__version__ = "0.2.5"
25+
__version__ = "0.2.6"
2626
__copyright__ = "(C) 2019-{:d} Victor Rossier <[email protected]> and Alex Warwick Vesztrocy <[email protected]>".format(
2727
date.today().year
2828
)

0 commit comments

Comments
 (0)