We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfca437 commit a505e32Copy full SHA for a505e32
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "AYON"
3
requires-python = "==3.9.13"
4
-version = "1.5.1-dev"
+version = "1.5.1"
5
description = "Open VFX and Animation pipeline with support."
6
authors = [
7
{name = "Ynput s.r.o.", email = "info@ynput.io"}
version.py
@@ -1 +1 @@
-__version__ = "1.5.1-dev"
+__version__ = "1.5.1"
0 commit comments