We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af61d1 commit 787d639Copy full SHA for 787d639
dash_vite_plugin/__init__.py
@@ -2,6 +2,6 @@
2
from .utils import NpmPackage
3
4
5
-__version__ = '0.1.2'
+__version__ = '0.1.3'
6
7
__all__ = ['VitePlugin', 'NpmPackage']
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dash-vite-plugin"
-version = "0.1.2"
+version = "0.1.3"
8
description = "A Dash plugin for integrating Vite using Dash 3.x hooks"
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments