Skip to content

Commit

Permalink
Merge pull request #95 from openedx/feanil/update_version
Browse files Browse the repository at this point in the history
chore: Bump the version for a new release.
  • Loading branch information
Feanil Patel authored Nov 15, 2022
2 parents f2fdd9a + dd8d45c commit 7015a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion done/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from .done import DoneXBlock

__version__ = '2.0.4'
__version__ = '2.0.5'

0 comments on commit 7015a98

Please sign in to comment.