Skip to content

Commit 93717d2

Browse files
0.1.3版本号更新
1 parent 9fc2708 commit 93717d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "usf"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A lightweight Universal Schedule Format (USF) parser and generator."
99
authors = [{ name = "USF-org", email = "USF-org@outlook.com" }]
1010
license = { text = "MIT" }

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="usf",
5-
version="0.1.2",
5+
version="0.1.3",
66
packages=find_packages(),
77
install_requires=[],
88
python_requires=">=3.6",

0 commit comments

Comments
 (0)