Skip to content

Commit 2d0e1df

Browse files
committed
chore: release version 0.1.1
1 parent 04c84ce commit 2d0e1df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py_node_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .manager import NodeManager
33

44

5-
__version__ = '0.1.0'
5+
__version__ = '0.1.1'
66

77

88
__all__ = ['get_logger', 'NodeManager']

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 = "py-node-manager"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A tool library for conveniently using Node.js in Python"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)