Skip to content

Commit

Permalink
Fixing bug and making 0.0.28 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
krulis-martin committed May 16, 2024
1 parent 1d8c4bd commit c755e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recodex/plugins/groups/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def shadow_assignments(api: ApiClient, group_id, useJson):
@click.argument("group_id")
@click.option("--unset", is_flag=True)
@pass_api_client
def enable(api: ApiClient, group_id, unset):
def set_exam(api: ApiClient, group_id, unset):
"""
Set (or unset) exam flag of a group.
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='recodex-cli',
version='0.0.27',
version='0.0.28',
description='ReCodEx CLI',
long_description='A command line frontend to the ReCodEx programmer evaluation system',
classifiers=[
Expand Down

0 comments on commit c755e8c

Please sign in to comment.