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 fcd4cef commit 7947a2dCopy full SHA for 7947a2d
pyproject.toml
@@ -5,12 +5,12 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "disinheritance"
7
description = "Direct management of inherited methods/attributes in subclassed object types"
8
-version = "1.1.1"
+version = "1.1.2"
9
authors = [
10
{name = "Stanton K. Nielson"},
11
]
12
requires-python = ">= 3.10"
13
readme = "README.md"
14
15
[project.urls]
16
-Homepage = "https://github.com/stannielson/Python-Disinheritance"
+Homepage = "https://github.com/stannielson/Python-Disinheritance"
0 commit comments