Skip to content

Commit

Permalink
maint: bump version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed Aug 30, 2023
1 parent a08b3c6 commit ac7f0bc
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.2.0dev"
__version__ = "5.1.1"

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 @@ -76,7 +76,7 @@
# built documents.
#
# The short X.Y version.
version = "5.2.0dev"
version = "5.1.1"
# The full version, including alpha/beta/rc tags.
release = f"{version}"

Expand Down

0 comments on commit ac7f0bc

Please sign in to comment.