Skip to content

Commit 7947a2d

Browse files
authored
Update pyproject.toml
1 parent fcd4cef commit 7947a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "disinheritance"
77
description = "Direct management of inherited methods/attributes in subclassed object types"
8-
version = "1.1.1"
8+
version = "1.1.2"
99
authors = [
1010
{name = "Stanton K. Nielson"},
1111
]
1212
requires-python = ">= 3.10"
1313
readme = "README.md"
1414

1515
[project.urls]
16-
Homepage = "https://github.com/stannielson/Python-Disinheritance"
16+
Homepage = "https://github.com/stannielson/Python-Disinheritance"

0 commit comments

Comments
 (0)