diff --git a/docs/source/conf.py b/docs/source/conf.py index 17181e6cf..c1cb9537c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # General information about the project. project = u'Phoenix' -copyright = u'2018, Birdhouse' +copyright = u'2019, Birdhouse' author = u'Birdhouse' # The version info for the project you're documenting, acts as replacement for @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '0.9' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.9' +release = '0.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/phoenix/__init__.py b/phoenix/__init__.py index b2ac8331a..e299c72c0 100644 --- a/phoenix/__init__.py +++ b/phoenix/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.10.dev0' +__version__ = '0.10.0' def main(global_config, **settings):