diff --git a/docs/source/conf.py b/docs/source/conf.py index 14e86ba04..ac6849abd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ master_doc = 'index' # General information about the project. project = u'spaCy' -copyright = u'2014, Matthew Honnibal' +copyright = u'2015, Matthew Honnibal' # The version info for the project you're documenting, acts as replacement for @@ -58,9 +58,9 @@ copyright = u'2014, Matthew Honnibal' # built documents. # # The short X.Y version. -version = '0.31' +version = '0.85' # The full version, including alpha/beta/rc tags. -release = '0.31' +release = '0.85' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.