diff --git a/docs/conf.py b/docs/conf.py index 2ac9e1c..f50f8fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ # General information about the project. project = u'Stack-In-A-Box' -copyright = u'2017, Benjamen R. Meyer' +copyright = u'2023, Benjamen R. Meyer' author = u'Benjamen R. Meyer' # The version info for the project you're documenting, acts as replacement for @@ -70,9 +70,9 @@ # built documents. # # The short X.Y version. -version = u'0.13' +version = u'0.14' # The full version, including alpha/beta/rc tags. -release = u'0.13' +release = u'0.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/stackinabox/__init__.py b/stackinabox/__init__.py index e5eca13..1c264df 100644 --- a/stackinabox/__init__.py +++ b/stackinabox/__init__.py @@ -3,6 +3,6 @@ """ __VERSION_MAJOR = 0 -__VERSION_MINOR = 13 +__VERSION_MINOR = 14 version = (__VERSION_MAJOR, __VERSION_MINOR)