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 Apr 27, 2023
1 parent bde90c3 commit 9c04736
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, 8)
__version__ = (1, 4, 9)
__all__ = ["conf", "data", "models", "training_loop", "VAE"]

HYDRA_VERSION_BASE = "1.2"
Expand Down

0 comments on commit 9c04736

Please sign in to comment.