Skip to content

Commit

Permalink
chore: bump version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Mar 30, 2024
1 parent 86c5411 commit 4a2e7f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion altair/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ruff: noqa
__version__ = "5.3.0dev"
__version__ = "5.3.0"

from typing import Any

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# built documents.
#
# The short X.Y version.
version = "5.3.0dev"
version = "5.3.0"
# The full version, including alpha/beta/rc tags.
release = f"{version}"

Expand Down

0 comments on commit 4a2e7f1

Please sign in to comment.