From b730a83f90d8c98ed992b15a86eac233969c2837 Mon Sep 17 00:00:00 2001 From: Joe Mancuso Date: Sun, 20 Sep 2020 22:57:12 -0400 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4802fb38..8f49de73 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.4.8', + version='0.5.0b', package_dir={'': 'src'}, description='The Official Masonite ORM',