diff --git a/pyproject.toml b/pyproject.toml index 82c7ecd..a7a2504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mmlearn" -version = "0.1.0a0.dev2" # https://www.python.org/dev/peps/pep-0440/#version-schemes +version = "0.1.0a0.dev3" # https://www.python.org/dev/peps/pep-0440/#version-schemes description = "A modular framework for research on multimodal representation learning." readme = "README.md" authors = ["Vector AI Engineering "]