From b4239f92ae91a8ad1ec45dc6efcd11a1cabbbc5e Mon Sep 17 00:00:00 2001 From: Joseph Mancuso Date: Sat, 11 Jan 2020 11:03:25 -0500 Subject: [PATCH] bumped version 2.3 --- setup.py | 4 ++-- src/masonite/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c4511c015..eb0241507 100644 --- a/setup.py +++ b/setup.py @@ -70,17 +70,17 @@ license=meta['__licence__'], python_requires=">=3.5", classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Masonite', 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', 'Operating System :: OS Independent', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3 :: Only', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', diff --git a/src/masonite/__version__.py b/src/masonite/__version__.py index 167ce425a..988206817 100644 --- a/src/masonite/__version__.py +++ b/src/masonite/__version__.py @@ -2,7 +2,7 @@ __title__ = 'masonite' __description__ = 'The core for the Masonite framework' __url__ = 'https://github.com/MasoniteFramework/masonite' -__version__ = '2.3.0b3.post3' +__version__ = '2.3.0' __author__ = 'Joseph Mancuso' __author_email__ = 'joe@masoniteproject.com' __licence__ = 'MIT'