Skip to content

Commit 1160b65

Browse files
committed
chore: release version 0.1.5
1 parent 59652c4 commit 1160b65

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dash_tailwindcss_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .plugin import setup_tailwindcss_plugin
22

33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.5'
55

66
__all__ = [
77
'setup_tailwindcss_plugin',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dash-tailwindcss-plugin"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "A Dash plugin for integrating TailwindCSS using Dash 3.x hooks"
99
readme = "README.md"
1010
requires-python = ">=3.8"

setup.py

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

99
setup(
1010
name='dash-tailwindcss-plugin',
11-
version='0.1.4',
11+
version='0.1.5',
1212
author='insistence',
1313
author_email='3055204202@qq.com',
1414
homepage='https://github.com/HogaStack/dash-tailwindcss-plugin',

0 commit comments

Comments
 (0)