We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b9b47 commit a80f6a2Copy full SHA for a80f6a2
deep_river/__version__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 2, 0)
+VERSION = (0, 2, 1)
2
3
__version__ = ".".join(map(str, VERSION)) # noqa: F401
0 commit comments