Skip to content

Commit 843444a

Browse files
author
Cedric Kulbach
committed
update version
1 parent c3da229 commit 843444a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deep_river/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 2, 3)
1+
VERSION = (0, 2, 4)
22

33
__version__ = ".".join(map(str, VERSION)) # noqa: F401

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"torch~=1.13.0",
1818
"pandas~=1.3.2",
1919
"numpy~=1.24.0",
20-
"river~=0.16.0",
20+
"river~=0.17.0",
2121
"tqdm~=4.61.2",
2222
"ordered-set~=4.1.0",
2323
"torchviz~=0.0.2",

0 commit comments

Comments
 (0)