We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc2708 commit 93717d2Copy full SHA for 93717d2
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "usf"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "A lightweight Universal Schedule Format (USF) parser and generator."
9
authors = [{ name = "USF-org", email = "USF-org@outlook.com" }]
10
license = { text = "MIT" }
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
name="usf",
- version="0.1.2",
+ version="0.1.3",
packages=find_packages(),
install_requires=[],
python_requires=">=3.6",
0 commit comments