diff --git a/docs/source/conf.py b/docs/source/conf.py index 158f2257a3..589349987c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '6.10' +version = '6.11' # The full version, including alpha/beta/rc tags. -release = '6.10' +release = '6.11' # 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 fae069089b..7536d0373e 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -3,7 +3,7 @@ import appdirs -__version__ = "6.10" +__version__ = "6.11" __jsengine__ = "" __jsengine_version__ = ""