Skip to content

Commit

Permalink
Bump required claudette version
Browse files Browse the repository at this point in the history
  • Loading branch information
xl0 committed Jul 30, 2024
1 parent e797637 commit 6fc5318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion friendlly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.4"
__version__ = "0.2.5"

from .magic_cell import fr_cell
from .magic_line import fr_line
Expand Down
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = friendlly
lib_name = %(repo)s
version = 0.2.4
version = 0.2.5
min_python = 3.7
license = apache2
black_formatting = False
Expand Down Expand Up @@ -38,7 +38,7 @@ status = 3
user = xl0

### Optional ###
requirements = claudette cairosvg psutil
requirements = claudette>=0.0.5 cairosvg psutil
dev_requirements = python-dotenv pillow
# console_scripts =
# conda_user =
Expand Down

0 comments on commit 6fc5318

Please sign in to comment.