We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde90c3 commit 9c04736Copy full SHA for 9c04736
1 file changed
src/move/__init__.py
@@ -1,7 +1,7 @@
1
from __future__ import annotations
2
3
__license__ = "MIT"
4
-__version__ = (1, 4, 8)
+__version__ = (1, 4, 9)
5
__all__ = ["conf", "data", "models", "training_loop", "VAE"]
6
7
HYDRA_VERSION_BASE = "1.2"
0 commit comments