Skip to content

Commit

Permalink
Merge pull request #58 from edx/michaelroytman/update-version
Browse files Browse the repository at this point in the history
fix: update package version number
  • Loading branch information
ilee2u authored Jan 22, 2024
2 parents 9292fee + 45fde49 commit 9021d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Plugin for a learning assistant backend, intended for use within edx-platform.
"""

__version__ = '2.0.1'
__version__ = '2.0.3'

default_app_config = 'learning_assistant.apps.LearningAssistantConfig' # pylint: disable=invalid-name

0 comments on commit 9021d73

Please sign in to comment.