From 85827ab8373d1b82f6e23cb57169500b841e40af Mon Sep 17 00:00:00 2001 From: Joseph Mancuso Date: Mon, 4 Jul 2022 23:49:29 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4e73a43..539db3ad 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,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="2.17.1", + version="2.17.2", package_dir={"": "src"}, description="The Official Masonite ORM", long_description=long_description,