Skip to content

Commit 1e3a9ce

Browse files
committed
chore: tailwindcss version bump
1 parent 4d928d1 commit 1e3a9ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_tailwind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
✨ TailwindCSS V4 support for 🔥 FastAPI.
33
"""
44

5-
__version__ = "2.0.0alpha1"
5+
__version__ = "2.0.2alpha1"

scripts/binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from utils import write_bin_metadata, bin_name_generator
1414

15-
TAILWIND_VERSION = "4.0.3"
15+
TAILWIND_VERSION = "4.0.7"
1616
REPO_ID = "tailwindlabs/tailwindcss"
1717

1818
# TODO: use this to implement "pull all".

0 commit comments

Comments
 (0)