Skip to content

Commit b4239f9

Browse files
committed
bumped version 2.3
1 parent a46a6e7 commit b4239f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@
7070
license=meta['__licence__'],
7171
python_requires=">=3.5",
7272
classifiers=[
73-
'Development Status :: 4 - Beta',
73+
'Development Status :: 5 - Production/Stable',
7474
'Environment :: Web Environment',
7575
'Framework :: Masonite',
7676
'Intended Audience :: Developers',
7777
'Topic :: Software Development :: Build Tools',
7878
'Operating System :: OS Independent',
7979
'License :: OSI Approved :: MIT License',
80-
'Programming Language :: Python :: 3.4',
8180
'Programming Language :: Python :: 3.5',
8281
'Programming Language :: Python :: 3.6',
8382
'Programming Language :: Python :: 3.7',
83+
'Programming Language :: Python :: 3.8',
8484
'Programming Language :: Python :: 3 :: Only',
8585
'Topic :: Internet :: WWW/HTTP',
8686
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',

src/masonite/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__title__ = 'masonite'
33
__description__ = 'The core for the Masonite framework'
44
__url__ = 'https://github.com/MasoniteFramework/masonite'
5-
__version__ = '2.3.0b3.post3'
5+
__version__ = '2.3.0'
66
__author__ = 'Joseph Mancuso'
77
__author_email__ = '[email protected]'
88
__licence__ = 'MIT'

0 commit comments

Comments
 (0)