From 6b904b1e34b63faa30175328963b428847c79c92 Mon Sep 17 00:00:00 2001 From: Joe Mancuso Date: Fri, 18 Dec 2020 21:16:53 -0500 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44b1e385..ea68b883 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.9.2', + version='0.9.3', package_dir={'': 'src'}, description='The Official Masonite ORM',