diff --git a/docs/source/conf.py b/docs/source/conf.py index 2287198d71..57710fb032 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '6.2' +version = '6.3' # The full version, including alpha/beta/rc tags. -release = '6.2' +release = '6.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/thug/__init__.py b/thug/__init__.py index ee6f18caba..cbc2b360ae 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -3,7 +3,7 @@ import appdirs -__version__ = "6.2" +__version__ = "6.3" __jsengine__ = "" __jsengine_version__ = ""