Skip to content

Commit e530985

Browse files
Change version to 0.9.5dev0 (#647)
* Change version to 0.9.5dev * Update RELEASES.md --------- Co-authored-by: Cédric Vincent-Cuaz <[email protected]>
1 parent 2987765 commit e530985

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASES.md

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

3+
## 0.9.5dev
4+
5+
#### New features
6+
7+
#### Closed issues
8+
39
## 0.9.4
410
*June 2024*
511

ot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# utils functions
6060
from .utils import dist, unif, tic, toc, toq
6161

62-
__version__ = "0.9.4"
62+
__version__ = "0.9.5dev0"
6363

6464
__all__ = ['emd', 'emd2', 'emd_1d', 'sinkhorn', 'sinkhorn2', 'utils',
6565
'datasets', 'bregman', 'lp', 'tic', 'toc', 'toq', 'gromov',

0 commit comments

Comments
 (0)