diff --git a/doc/conf.py b/doc/conf.py index 1a8bea0..3767254 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,14 +42,14 @@ master_doc = 'index' # General information about the project. project = u'Milla' -copyright = u'2011, Dustin C. Hatch' +copyright = u'2011-2013 Dustin C. Hatch' # 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.1.2' +version = '0.2' # The full version, including alpha/beta/rc tags. release = version