Skip to content

Commit dcc6596

Browse files
authored
Merge pull request #7 from StableLlama/fix_defaultInput_deprecation
Version 0.2.2
2 parents eebe9b4 + a4c5075 commit dcc6596

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "basic_data_handling"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
description = """NOTE: Still in development! Expect breaking changes!
99
Basic Python functions for manipulating data that every programmer is used to.
1010
Currently supported ComfyUI data types: BOOLEAN, FLOAT, INT, STRING and data lists.
@@ -15,7 +15,7 @@ authors = [
1515
{name = "StableLlama"}
1616
]
1717
readme = "README.md"
18-
license = {text = "MIT license"}
18+
license = { file = "LICENSE" }
1919
classifiers = []
2020
dependencies = []
2121

0 commit comments

Comments
 (0)