From 4c6278a6e763a61db77201e333c417eb7e117447 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 11 Aug 2021 16:23:44 -0500 Subject: [PATCH] updated version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 70e891a..044cd0d 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.3" +release = "0.2.4" version = release # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d537a29..173c6e4 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.3" +__version__ = "0.2.4" def long_description():