We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59652c4 commit 1160b65Copy full SHA for 1160b65
3 files changed
dash_tailwindcss_plugin/__init__.py
@@ -1,7 +1,7 @@
1
from .plugin import setup_tailwindcss_plugin
2
3
4
-__version__ = '0.1.0'
+__version__ = '0.1.5'
5
6
__all__ = [
7
'setup_tailwindcss_plugin',
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dash-tailwindcss-plugin"
-version = "0.1.4"
+version = "0.1.5"
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.4',
+ version='0.1.5',
12
author='insistence',
13
author_email='3055204202@qq.com',
14
homepage='https://github.com/HogaStack/dash-tailwindcss-plugin',
0 commit comments