Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Nov 30, 2023
1 parent 84fefd7 commit 9b183b2
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 @@ -15,7 +15,7 @@ def get_description():
name = 'autograder-py',
url = 'https://github.com/eriq-augustine/autograder-py',

version = '0.2.6',
version = '0.3.0',
keywords = 'grading',

description = "The Python interface for the autograding server.",
Expand All @@ -35,7 +35,7 @@ def get_description():

packages = setuptools.find_packages(
include = ["autograder*"],
exclude = ["test"],
exclude = ["tests"],
),

install_requires = [
Expand Down

0 comments on commit 9b183b2

Please sign in to comment.