File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 70
70
license = meta ['__licence__' ],
71
71
python_requires = ">=3.5" ,
72
72
classifiers = [
73
- 'Development Status :: 4 - Beta ' ,
73
+ 'Development Status :: 5 - Production/Stable ' ,
74
74
'Environment :: Web Environment' ,
75
75
'Framework :: Masonite' ,
76
76
'Intended Audience :: Developers' ,
77
77
'Topic :: Software Development :: Build Tools' ,
78
78
'Operating System :: OS Independent' ,
79
79
'License :: OSI Approved :: MIT License' ,
80
- 'Programming Language :: Python :: 3.4' ,
81
80
'Programming Language :: Python :: 3.5' ,
82
81
'Programming Language :: Python :: 3.6' ,
83
82
'Programming Language :: Python :: 3.7' ,
83
+ 'Programming Language :: Python :: 3.8' ,
84
84
'Programming Language :: Python :: 3 :: Only' ,
85
85
'Topic :: Internet :: WWW/HTTP' ,
86
86
'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
Original file line number Diff line number Diff line change 2
2
__title__ = 'masonite'
3
3
__description__ = 'The core for the Masonite framework'
4
4
__url__ = 'https://github.com/MasoniteFramework/masonite'
5
- __version__ = '2.3.0b3.post3 '
5
+ __version__ = '2.3.0 '
6
6
__author__ = 'Joseph Mancuso'
7
7
__author_email__ = '[email protected] '
8
8
__licence__ = 'MIT'
You can’t perform that action at this time.
0 commit comments