diff --git a/docs/conf.py b/docs/conf.py index 9a9a55b..a1547e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = u'1.8.0' +version = u'2.1.0' # The full version, including alpha/beta/rc tags. -release = u'1.8.0' +release = u'2.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 566d827..36a1f15 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='alpha_vantage', - version='2.0.0', + version='2.1.0', author='Romel J. Torres', author_email='romel.torres@gmail.com', license='MIT',