Skip to content

Commit fba3c77

Browse files
authored
chore: release version 0.1.2 (#6)
1 parent 0ba47cf commit fba3c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1'
5+
__version__ = '0.1.2'
66

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1"
7+
version = "0.1.2"
88
description = "A Dash plugin for integrating Vite using Dash 3.x hooks"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)