From 222f781ee29984d87b3da06255af66ac00dbbecc Mon Sep 17 00:00:00 2001 From: Bradley Bonitatibus Date: Tue, 15 Nov 2022 22:21:04 -0500 Subject: [PATCH] chore: bump version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c3b0a76..d03e3c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = keywords = airflow, flake8, static-analysis python_requires = >=3.9 -version = 0.1.0 +version = 0.1.1 [options] zip_safe = False