From 2e75a3ae230c6e4c504da5228bef737347fc1a4b Mon Sep 17 00:00:00 2001 From: Joe Mancuso Date: Tue, 1 Dec 2020 22:21:42 -0500 Subject: [PATCH] bumped version --- setup.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index e9d3b4cb..cc7ba4d0 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.8.1', + version='0.9.0', package_dir={'': 'src'}, description='The Official Masonite ORM', @@ -44,7 +44,7 @@ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', # Indicate who your project is intended for 'Intended Audience :: Developers', @@ -61,11 +61,8 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', - 'Topic :: Internet :: WWW/HTTP', - 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', - 'Topic :: Internet :: WWW/HTTP :: WSGI', - 'Topic :: Software Development :: Libraries :: Application Frameworks', 'Topic :: Software Development :: Libraries :: Python Modules', ],