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 c199c83 commit e0668ccCopy full SHA for e0668cc
fasthtml/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.3"
+__version__ = "0.1.4"
2
from .core import *
3
from .authmw import *
4
from .components import *
settings.ini
@@ -1,7 +1,7 @@
[DEFAULT]
repo = fasthtml
lib_name = fasthtml
-version = 0.1.3
+version = 0.1.4
5
min_python = 3.10
6
license = apache2
7
requirements = fastcore>=1.5.46 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard] httpx fastlite>=0.0.6 python-multipart beautifulsoup4
0 commit comments