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 31, 2020
1 parent 016f85c commit a069423
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Altair Viewer Change Log

## Version 0.3.0 (unreleased)
## Version 0.3.0

- Add bundled Vega v5.10.1
- Add bundled Vega-Lite v4.8.1
- Add bundled Vega-Embed v6.5.2

## Version 0.2.1

Expand Down
2 changes: 1 addition & 1 deletion altair_viewer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Altair viewer provides offline viewing for Altair charts."""

__version__ = "0.3.0.dev2"
__version__ = "0.3.0"
__all__ = [
"ChartViewer",
"NoMatchingVersions",
Expand Down

0 comments on commit a069423

Please sign in to comment.