updated version

This commit is contained in:
Christopher Pickering 2021-08-03 10:31:08 -05:00
parent 2c93e1d5f1
commit 648b08fe89
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
project = "djlint"
copyright = "2021, Riverside Healthcare"
author = "Christopher Pickering"
release = "0.2.2"
release = "0.2.3"
version = release
# -- General configuration ---------------------------------------------------

View file

@ -6,7 +6,7 @@ from setuptools import find_packages, setup
project_path = Path(__file__).parent
__version__ = "0.2.2"
__version__ = "0.2.3"
def long_description():