Skip to content

Commit

Permalink
Merge pull request #291 from openedx/feanil/normalize-name
Browse files Browse the repository at this point in the history
build: Normalize the name so that it's all dashes.
feanil authored Jan 29, 2025
2 parents d1f15fb + f5bcf31 commit 8cea4bc
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ def get_version(file_path):


setup(
name='staff_graded-xblock',
name='staff-graded-xblock',
version=VERSION,
description='Staff Graded XBlock', # TODO: write a better description.
long_description='Staff Graded XBlock', # TODO: write a better description.
2 changes: 1 addition & 1 deletion staff_graded/__init__.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@

from .staff_graded import StaffGradedXBlock

__version__ = '3.0.0'
__version__ = '3.0.1'

0 comments on commit 8cea4bc

Please sign in to comment.