Skip to content

Commit 1ad3648

Browse files
committed
chore: Bump version to 5.4.1
1 parent e543fbc commit 1ad3648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

altair/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ruff: noqa
2-
__version__ = "5.5.0dev"
2+
__version__ = "5.4.1"
33

44
# The content of __all__ is automatically written by
55
# tools/update_init_file.py. Do not modify directly.

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# built documents.
7979
#
8080
# The short X.Y version.
81-
version = "5.5.0dev"
81+
version = "5.4.1"
8282
# The full version, including alpha/beta/rc tags.
8383
release = f"{version}"
8484

0 commit comments

Comments
 (0)