Skip to content

Commit d08aa8d

Browse files
authored
chore: release version 0.1.6 (#3)
1 parent 1dd681c commit d08aa8d

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

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.5'
4+
__version__ = '0.1.6'
55

66
__all__ = [
77
'setup_tailwindcss_plugin',

pyproject.toml

Lines changed: 9 additions & 2 deletions
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.5"
7+
version = "0.1.6"
88
description = "A Dash plugin for integrating TailwindCSS using Dash 3.x hooks"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -36,7 +36,14 @@ Repository = "https://github.com/HogaStack/dash-tailwindcss-plugin"
3636
Issues = "https://github.com/HogaStack/dash-tailwindcss-plugin/issues"
3737

3838
[project.optional-dependencies]
39-
dev = ["build", "dash[testing]>=3.0.3", "pytest", "pytest-cov", "twine"]
39+
dev = [
40+
"build",
41+
"dash[testing]>=3.0.3",
42+
"py-node-manager>=0.1.1",
43+
"pytest",
44+
"pytest-cov",
45+
"twine",
46+
]
4047

4148
[project.scripts]
4249
dash-tailwindcss-plugin = "dash_tailwindcss_plugin.cli:main"

requirements-dev.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
dash[testing]
1+
build
2+
dash[testing]>=3.0.3
3+
py-node-manager>=0.1.1
24
pytest
35
pytest-cov
6+
twine

0 commit comments

Comments
 (0)