Skip to content

Commit 787d639

Browse files
committed
chore: release version 0.1.3
1 parent 4af61d1 commit 787d639

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.2'
5+
__version__ = '0.1.3'
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.2"
7+
version = "0.1.3"
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)