Skip to content

Commit 9445171

Browse files
committed
Version 1.2.2
1 parent f7006cf commit 9445171

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

classmods/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.1'
1+
__version__ = '1.2.2'
22

33
def get_version() -> str:
44
return __version__

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 = "classmods"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
description = "Simple mods for python classes."
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -18,7 +18,7 @@ classifiers = [
1818
"Operating System :: OS Independent",
1919
]
2020
dependencies = []
21-
requires-python = ">=3.9"
21+
requires-python = ">=3.12"
2222

2323
[project.urls]
2424
Homepage = "https://github.com/hmohammad2520-org/classmods"

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='classmods',
5-
version='1.2.1',
5+
version='1.2.2',
66
license="MIT",
77
description='Simple mods for python classes.',
88
author='hmohammad2520-org',

0 commit comments

Comments
 (0)