Skip to content

Commit 5b5b153

Browse files
committed
bump
1 parent 7f605d7 commit 5b5b153

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

fasthtml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.12.10"
1+
__version__ = "0.12.11"
22
from .core import *

settings.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fasthtml
33
lib_name = python-fasthtml
4-
version = 0.12.10
4+
version = 0.12.11
55
min_python = 3.10
66
license = apache2
77
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
3939
clear_all = False
4040
cell_number = False
4141
skip_procs =
42+
update_pyproject = True
4243

0 commit comments

Comments
 (0)