diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d7a10fe..854f845 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.3.4 +current_version = 0.4.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(rc(?P\d+))? serialize = {major}.{minor}.{patch}rc{rc} diff --git a/setup.py b/setup.py index e8ccbe2..8ac7f6a 100755 --- a/setup.py +++ b/setup.py @@ -32,11 +32,11 @@ def package_data(pkg, root_list): 'Intended Audience :: Education', 'License :: OSI Approved :: GNU Affero General Public License v3', 'Operating System :: POSIX :: Linux', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', 'Topic :: Education :: Computer Aided Instruction (CAI)', 'Topic :: Education', ],