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.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Mar 19, 2020
1 parent ed4043d commit df0ecf1
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.3.0 (unreleased)
## Version 0.3.0

### Behavior changes

Expand Down
2 changes: 1 addition & 1 deletion altair_saver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from ._core import render, save
from .savers import Saver, BasicSaver, HTMLSaver, NodeSaver, SeleniumSaver

__version__ = "0.3.0.dev0"
__version__ = "0.3.0"
__all__ = [
"render",
"save",
Expand Down

0 comments on commit df0ecf1

Please sign in to comment.