Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystalWindSnake committed Sep 19, 2023
1 parent 8a45d13 commit aa1e2d3
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 @@ -16,4 +16,4 @@
from ex4nicegui.experimental_ import gridLayout as exp_ui


__version__ = "0.2.18"
__version__ = "0.3.0"
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):
with open("README.md", encoding="utf8") as readme_file:
readme = readme_file.read()

requirements = ["signe>=0.2.2", "nicegui>=1.3.13", "typing_extensions"]
requirements = ["signe>=0.2.3", "nicegui>=1.3.13", "typing_extensions"]

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

Expand Down

0 comments on commit aa1e2d3

Please sign in to comment.