We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b515b34 commit 8fa7ab0Copy full SHA for 8fa7ab0
dash_vite_plugin/__init__.py
@@ -2,6 +2,6 @@
2
from .utils import NpmPackage
3
4
5
-__version__ = '0.1.0'
+__version__ = '0.1.1'
6
7
__all__ = ['VitePlugin', 'NpmPackage']
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dash-vite-plugin"
-version = "0.1.0"
+version = "0.1.1"
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