Skip to content

Commit

Permalink
MAINT: bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Apr 26, 2019
1 parent 776b782 commit 26363cc
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 @@
# flake8: noqa
__version__ = '3.0.0dev2'
__version__ = '3.0.0'

from .vegalite import *
from . import examples
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0dev2'
version = '3.0.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down

0 comments on commit 26363cc

Please sign in to comment.