We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e956a1 commit c4b13caCopy full SHA for c4b13ca
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "dash-tailwindcss-plugin"
7
-version = "0.1.3"
+version = "0.1.4"
8
description = "A Dash plugin for integrating TailwindCSS using Dash 3.x hooks"
9
readme = "README.md"
10
requires-python = ">=3.8"
setup.py
@@ -8,7 +8,7 @@
setup(
name='dash-tailwindcss-plugin',
11
- version='0.1.3',
+ version='0.1.4',
12
author='insistence',
13
author_email='3055204202@qq.com',
14
homepage='https://github.com/HogaStack/dash-tailwindcss-plugin',
0 commit comments