Skip to content

Commit

Permalink
chore: fix comments, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Nov 3, 2023
1 parent 8150ab2 commit f7040f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ def package_data(pkg, root_list):

setup(
name='xblock-image-explorer',
version='2.1',
version='2.1.0',
description='XBlock - Image Explorer',
packages=['image_explorer'],
install_requires=[
'XBlock>=1.8.1',
'XBlock>=1.2',
'parsel>=1.6.0,<=1.6.0',
],
entry_points={
Expand Down

0 comments on commit f7040f4

Please sign in to comment.