From c08e5cde23a0fa108bb7c1535b6f6d2d16559c72 Mon Sep 17 00:00:00 2001 From: Joe Mancuso Date: Tue, 18 Jan 2022 20:36:26 -0500 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78d5e8f..87ed1bf 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.0.3', + version='0.0.4', package_dir={'': 'src'}, description='The Official Masonite Debugbar',