diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f4a81f733..76f2a2cbf7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -49,9 +49,9 @@ # built documents. # # The short X.Y version. -version = '5.9' +version = '5.10' # The full version, including alpha/beta/rc tags. -release = '5.9' +release = '5.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 29c65422c5..29b9c6b658 100644 --- a/thug/__init__.py +++ b/thug/__init__.py @@ -3,7 +3,7 @@ import appdirs -__version__ = "5.9" +__version__ = "5.10" __jsengine__ = "" __jsengine_version__ = ""