We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c5411 commit 4a2e7f1Copy full SHA for 4a2e7f1
altair/__init__.py
@@ -1,5 +1,5 @@
1
# ruff: noqa
2
-__version__ = "5.3.0dev"
+__version__ = "5.3.0"
3
4
from typing import Any
5
doc/conf.py
@@ -78,7 +78,7 @@
78
# built documents.
79
#
80
# The short X.Y version.
81
-version = "5.3.0dev"
+version = "5.3.0"
82
# The full version, including alpha/beta/rc tags.
83
release = f"{version}"
84
0 commit comments