Skip to content

Commit

Permalink
🔖 Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-heme committed Feb 2, 2024
1 parent 51afb4e commit 4194466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/move/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations

__license__ = "MIT"
__version__ = (1, 4, 9)
__version__ = (1, 4, 10)
__all__ = ["conf", "data", "models", "training_loop", "VAE"]

HYDRA_VERSION_BASE = "1.2"
Expand Down

0 comments on commit 4194466

Please sign in to comment.