Skip to content

Commit 3dac306

Browse files
committed
MAINT: bump version to 2.0.0
1 parent 55cfd46 commit 3dac306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

altair/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = '2.0.0dev'
2+
__version__ = '2.0.0'
33

44
from .vegalite import *
55

doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = '2.0-dev'
73+
version = '2.0'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '2.0-dev'
75+
release = '2.0.0'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

0 commit comments

Comments
 (0)