Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Kulbach committed May 18, 2023
1 parent c19879f commit 31f77a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deep_river/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 2, 2)
VERSION = (0, 2, 3)

__version__ = ".".join(map(str, VERSION)) # noqa: F401
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"torch~=1.13.0",
"pandas~=1.3.2",
"numpy~=1.24.0",
"river~=0.15.0",
"river~=0.16.0",
"tqdm~=4.61.2",
"ordered-set~=4.1.0",
"torchviz~=0.0.2",
Expand Down

0 comments on commit 31f77a3

Please sign in to comment.