File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
# Versions should comply with PEP440. For a discussion on single-sourcing
7
7
# the version across setup.py and the project code, see
8
8
# https://packaging.python.org/en/latest/single_source_version.html
9
- version = '0.8.1 ' ,
9
+ version = '0.9.0 ' ,
10
10
package_dir = {'' : 'src' },
11
11
12
12
description = 'The Official Masonite ORM' ,
44
44
# 3 - Alpha
45
45
# 4 - Beta
46
46
# 5 - Production/Stable
47
- 'Development Status :: 3 - Alpha ' ,
47
+ 'Development Status :: 4 - Beta ' ,
48
48
49
49
# Indicate who your project is intended for
50
50
'Intended Audience :: Developers' ,
61
61
'Programming Language :: Python :: 3.6' ,
62
62
'Programming Language :: Python :: 3.7' ,
63
63
'Programming Language :: Python :: 3.8' ,
64
+ 'Programming Language :: Python :: 3.9' ,
64
65
65
- 'Topic :: Internet :: WWW/HTTP' ,
66
- 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
67
- 'Topic :: Internet :: WWW/HTTP :: WSGI' ,
68
- 'Topic :: Software Development :: Libraries :: Application Frameworks' ,
69
66
'Topic :: Software Development :: Libraries :: Python Modules' ,
70
67
],
71
68
You can’t perform that action at this time.
0 commit comments