We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cfd46 commit 3dac306Copy full SHA for 3dac306
altair/__init__.py
@@ -1,5 +1,5 @@
1
# flake8: noqa
2
-__version__ = '2.0.0dev'
+__version__ = '2.0.0'
3
4
from .vegalite import *
5
doc/conf.py
@@ -70,9 +70,9 @@
70
# built documents.
71
#
72
# The short X.Y version.
73
-version = '2.0-dev'
+version = '2.0'
74
# The full version, including alpha/beta/rc tags.
75
-release = '2.0-dev'
+release = '2.0.0'
76
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
# for a list of supported languages.
0 commit comments