We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ab338 commit ffcf8bfCopy full SHA for ffcf8bf
3 files changed
dash_vite_plugin/__init__.py
@@ -2,6 +2,6 @@
2
from .utils import NpmPackage
3
4
5
-__version__ = '0.1.3'
+__version__ = '0.1.4'
6
7
__all__ = ['VitePlugin', 'NpmPackage']
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dash-vite-plugin"
-version = "0.1.3"
+version = "0.1.4"
8
description = "A Dash plugin for integrating Vite using Dash 3.x hooks"
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
dependencies = [
28
"dash>=3.0.3",
29
- "py-node-manager>=0.1.1",
+ "py-node-manager>=0.1.2",
30
31
32
[project.urls]
requirements-dev.txt
@@ -1,4 +1,4 @@
1
-py-node-manager>=0.1.1
+py-node-manager>=0.1.2
pytest
pytest-cov
dash[testing]
0 commit comments