Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystalWindSnake committed Feb 6, 2024
1 parent a60b44e commit 5596d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ex4nicegui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
)


__version__ = "0.4.11"
__version__ = "0.4.12"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_data_files(base):
readme = Path("README.en.md").read_text("utf8")


requirements = ["signe>=0.2.7", "nicegui>=1.4.0", "typing_extensions"]
requirements = ["signe>=0.3.1", "nicegui>=1.4.0", "typing_extensions"]

test_requirements = ["pytest>=3", "playwright", "pandas"]

Expand Down

0 comments on commit 5596d88

Please sign in to comment.