Update versions and copyrights to begin the 0.4 release dev cycle

This commit is contained in:
Garret Wassermann
2021-10-18 01:16:39 -04:00
parent 266694509f
commit 5ca1f39c23
6 changed files with 11 additions and 6 deletions

View File

@ -4,7 +4,7 @@ from distutils.util import convert_path
from fnmatch import fnmatchcase
from setuptools import setup, find_packages
version = '0.3.0'
version = '0.4.0a1'
# Provided as an attribute, so you can append to these instead
# of replicating them:
@ -128,7 +128,6 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Django",
'Framework :: Django :: 2.2',
"Framework :: Django :: 3.2",
"Environment :: Web Environment",
"Operating System :: OS Independent",