diff --git a/docs/conf.py b/docs/conf.py index 5ca082a3e..4f6914680 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "djlint" copyright = "2021, Riverside Healthcare" author = "Christopher Pickering" -release = "0.1.1" +release = "0.1.2" version = release # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 19bc5534f..5caba4b30 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ project_path = Path(__file__).parent -__version__ = "0.1.1" +__version__ = "0.1.2" def long_description():