Skip to content

Commit 85113e9

Browse files
authored
Fix Manifest and change numbering for post release (#763)
* change version number and update manifest * use proper numbering * use proper numbering * pr number * last one?
1 parent 9bb38e5 commit 85113e9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ include ot/lp/full_bipartitegraph.h
1010
include ot/lp/full_bipartitegraph_omp.h
1111
include ot/lp/network_simplex_simple.h
1212
include ot/lp/network_simplex_simple_omp.h
13+
include ot/partial/partial_cython.pyx

RELEASES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Releases
22

3+
## 0.9.6.post1
4+
5+
*September 2025*
6+
7+
#### Closed issues
8+
- Fix missing cython file in MANIFEST.in (PR #763)
9+
310
## 0.9.6
411

512
*September 2025*

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# utils functions
7878
from .utils import dist, unif, tic, toc, toq
7979

80-
__version__ = "0.9.6"
80+
__version__ = "0.9.6.post1"
8181

8282
__all__ = [
8383
"emd",

0 commit comments

Comments
 (0)