We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba47cf commit fba3c77Copy full SHA for fba3c77
dash_vite_plugin/__init__.py
@@ -2,6 +2,6 @@
2
from .utils import NpmPackage
3
4
5
-__version__ = '0.1.1'
+__version__ = '0.1.2'
6
7
__all__ = ['VitePlugin', 'NpmPackage']
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dash-vite-plugin"
-version = "0.1.1"
+version = "0.1.2"
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