Skip to content

Commit 2e75a3a

Browse files
committed
bumped version
1 parent 52c7313 commit 2e75a3a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

setup.py

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Versions should comply with PEP440. For a discussion on single-sourcing
77
# the version across setup.py and the project code, see
88
# https://packaging.python.org/en/latest/single_source_version.html
9-
version='0.8.1',
9+
version='0.9.0',
1010
package_dir={'': 'src'},
1111

1212
description='The Official Masonite ORM',
@@ -44,7 +44,7 @@
4444
# 3 - Alpha
4545
# 4 - Beta
4646
# 5 - Production/Stable
47-
'Development Status :: 3 - Alpha',
47+
'Development Status :: 4 - Beta',
4848

4949
# Indicate who your project is intended for
5050
'Intended Audience :: Developers',
@@ -61,11 +61,8 @@
6161
'Programming Language :: Python :: 3.6',
6262
'Programming Language :: Python :: 3.7',
6363
'Programming Language :: Python :: 3.8',
64+
'Programming Language :: Python :: 3.9',
6465

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',
6966
'Topic :: Software Development :: Libraries :: Python Modules',
7067
],
7168

0 commit comments

Comments
 (0)