Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnz committed Sep 18, 2020
1 parent dc8faa2 commit 85bee37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='stograde',
version='4.0.2',
version='4.2.0',
description='The StoGrade Toolkit',
author='Hawken Rives',
author_email='hawkrives@gmail.com',
Expand All @@ -45,9 +45,9 @@
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='stolaf course-tooling',
install_requires=install_requires,
Expand Down

0 comments on commit 85bee37

Please sign in to comment.