diff --git a/pyproject.toml b/pyproject.toml index 76e992274..c1bc1a01f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AYON" -version = "1.0.4-dev.1" +version = "1.0.4" description = "Open VFX and Animation pipeline with support." authors = ["Ynput s.r.o. "] license = "MIT License" diff --git a/version.py b/version.py index e79c505c3..92192eed4 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.0.4-dev.1" +__version__ = "1.0.4"