Skip to content

Commit d804e70

Browse files
committed
bump
1 parent 97dc627 commit d804e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fasthtml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.11"
1+
__version__ = "0.0.12"
22
from .core import *
33
from .authmw import *
44
from .components import *

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = fasthtml
33
lib_name = fasthtml
4-
version = 0.0.11
4+
version = 0.0.12
55
min_python = 3.10
66
license = apache2
77
requirements = fastcore>=1.5.45 python-dateutil starlette oauthlib itsdangerous uvicorn[standard] httpx fastlite>=0.0.6 python-multipart

0 commit comments

Comments
 (0)