diff --git a/docs/conf.py b/docs/conf.py index cfdea5d..2720ef9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "djlint" copyright = "2021, Riverside Healthcare" author = "Christopher Pickering" -release = "0.2.8" +release = "0.2.9" version = release # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e23968a..43a1520 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import find_packages, setup project_path = Path(__file__).parent -__version__ = "0.2.8" +__version__ = "0.2.9" def long_description():