Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
MAINT: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Mar 25, 2020
1 parent 31051dd commit a08d7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Altair Saver Change Log

## Version 0.4.0 (unreleased)
## Version 0.4.0

- ``altair_saver.types`` is now a public module. (#47)
- ``altair_saver.JavascriptError`` now importable at top-level. (#46)
Expand Down
2 changes: 1 addition & 1 deletion altair_saver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)
from altair_saver import types

__version__ = "0.4.0.dev0"
__version__ = "0.4.0"
__all__ = [
"available_formats",
"render",
Expand Down

0 comments on commit a08d7c3

Please sign in to comment.