Skip to content

Commit b5a5e39

Browse files
committed
🔖 Update version number
1 parent 4c60f04 commit b5a5e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/move/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
__license__ = "MIT"
4-
__version__ = (1, 2, 0)
4+
__version__ = (1, 2, 1)
55
__all__ = ["conf", "data", "models", "training", "VAE"]
66

77

0 commit comments

Comments
 (0)