Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoOkuma committed Feb 13, 2025
1 parent 389ef46 commit 6f994d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultrack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# ignoring small float32/64 zero flush warning
warnings.filterwarnings("ignore", message="The value of the smallest subnormal for")

__version__ = "0.6.3"
__version__ = "0.7.0.dev0"

from ultrack.config.config import MainConfig, load_config
from ultrack.core.export.ctc import to_ctc
Expand Down

0 comments on commit 6f994d2

Please sign in to comment.