From a203216c38ee2374e1044acb82579bded7f55a27 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Mon, 26 Jul 2021 12:23:44 -0500 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd6b1a1..971ced5 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ extras = { setup( name="djlint", - version="0.0.9", + version="0.1.0", author="Christopher Pickering", author_email="cpickering@rhc.net", description="Django Template Linter",