diff --git a/doc/conf.py b/doc/conf.py index 67c59be2f..537e1e364 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,7 +42,7 @@ def _LatestTagName(): # The full version, including alpha/beta/rc tags version = "0.6" # The short X.Y version. -release = "0.6.2" # The full version, including alpha/beta/rc tags. +release = "0.6.3" # The full version, including alpha/beta/rc tags. try: if _IsUnderGitControl: latestTagName = _LatestTagName()[1:] # remove prefix "v" diff --git a/setup.py b/setup.py index b839145cb..1334a4f30 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ # Assemble all package information setuptools_setup( name=projectName, - version="0.6.2", + version="0.6.3", author="Patrick Lehmann", author_email="Paebbels@gmail.com",