diff --git a/pydoc/conf.py b/pydoc/conf.py index b006425..874f616 100644 --- a/pydoc/conf.py +++ b/pydoc/conf.py @@ -41,16 +41,16 @@ # General information about the project. project = u'venom' -copyright = u'2012, Niels Madan' +copyright = u'2012-2013, Niels Madan' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.2' +version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.2' +release = '0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.