Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ include ot/lp/full_bipartitegraph.h
include ot/lp/full_bipartitegraph_omp.h
include ot/lp/network_simplex_simple.h
include ot/lp/network_simplex_simple_omp.h
include ot/partial/partial_cython.pyx
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Releases

## 0.9.6.post1

*September 2025*

#### Closed issues
- Fix missing cython file in MANIFEST.in (PR #763)

## 0.9.6

*September 2025*
Expand Down
2 changes: 1 addition & 1 deletion ot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# utils functions
from .utils import dist, unif, tic, toc, toq

__version__ = "0.9.6"
__version__ = "0.9.6.post1"

__all__ = [
"emd",
Expand Down
Loading