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