Skip to content

Commit ffcf8bf

Browse files
committed
chore: release version 0.1.4
1 parent 68ab338 commit ffcf8bf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dash_vite_plugin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .utils import NpmPackage
33

44

5-
__version__ = '0.1.3'
5+
__version__ = '0.1.4'
66

77
__all__ = ['VitePlugin', 'NpmPackage']

pyproject.toml

Lines changed: 2 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-vite-plugin"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "A Dash plugin for integrating Vite using Dash 3.x hooks"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"dash>=3.0.3",
29-
"py-node-manager>=0.1.1",
29+
"py-node-manager>=0.1.2",
3030
]
3131

3232
[project.urls]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
py-node-manager>=0.1.1
1+
py-node-manager>=0.1.2
22
pytest
33
pytest-cov
44
dash[testing]

0 commit comments

Comments
 (0)