Skip to content

Commit

Permalink
Merge pull request #138 from openedx/KristinAoki/bump-version-for-fix
Browse files Browse the repository at this point in the history
feat: bump xblock version
  • Loading branch information
KristinAoki authored Apr 11, 2024
2 parents 1c8b0c8 + c7d8594 commit d1dba45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import find_packages, setup


version = '1.4.0'
version = '1.4.1'
description = __doc__.strip().split('\n')[0]
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.rst')) as file_in:
Expand Down

0 comments on commit d1dba45

Please sign in to comment.