Skip to content

Commit

Permalink
chore: bump version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Aug 11, 2024
1 parent 2fcb77e commit f0b691e
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.4.0dev"
__version__ = "5.4.0"

# The content of __all__ is automatically written by
# tools/update_init_file.py. Do not modify directly.
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.4.0dev"
version = "5.4.0"
# The full version, including alpha/beta/rc tags.
release = f"{version}"

Expand Down

0 comments on commit f0b691e

Please sign in to comment.