We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24632a commit 22e8ebaCopy full SHA for 22e8eba
fasthtml/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.7.1"
+__version__ = "0.7.2"
2
from .core import *
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = fasthtml
3
lib_name = fasthtml
4
-version = 0.7.1
+version = 0.7.2
5
min_python = 3.10
6
license = apache2
7
requirements = fastcore>=1.7.18 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.0.9 python-multipart beautifulsoup4
0 commit comments