1 parent 6c1e8de commit 8664778Copy full SHA for 8664778
2 files changed
openbeat/__init__.py
@@ -1,3 +1,3 @@
1
__all__ = ["__version__"]
2
3
-__version__ = "0.0.1"
+__version__ = "0.0.2"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "openbeat"
-version = "0.0.1"
+version = "0.0.2"
4
description = "Free and open-source beat editing helpers for DaVinci Resolve Free."
5
readme = "README.md"
6
requires-python = ">=3.11"
0 commit comments