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 7f605d7 commit 5b5b153Copy full SHA for 5b5b153
fasthtml/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.12.10"
+__version__ = "0.12.11"
2
from .core import *
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = fasthtml
3
lib_name = python-fasthtml
4
-version = 0.12.10
+version = 0.12.11
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.1.1 python-multipart beautifulsoup4
@@ -39,4 +39,5 @@ clean_ids = True
39
clear_all = False
40
cell_number = False
41
skip_procs =
42
+update_pyproject = True
43
0 commit comments