diff --git a/docs/conf.py b/docs/conf.py index a26c4f1..a98cdd1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,7 +36,7 @@ project = "django-lti" copyright = "2024, Center for Academic Innovation" author = "Center for Academic Innovation" -release = "0.5.1" +release = "0.6.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/lti_tool/__init__.py b/lti_tool/__init__.py index dd9b22c..906d362 100644 --- a/lti_tool/__init__.py +++ b/lti_tool/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.6.0"