File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = '1.2.1 '
1+ __version__ = '1.2.2 '
22
33def get_version () -> str :
44 return __version__
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " classmods"
7- version = " 1.2.1 "
7+ version = " 1.2.2 "
88description = " Simple mods for python classes."
99readme = " README.md"
1010license = { file = " LICENSE" }
@@ -18,7 +18,7 @@ classifiers = [
1818 " Operating System :: OS Independent" ,
1919]
2020dependencies = []
21- requires-python = " >=3.9 "
21+ requires-python = " >=3.12 "
2222
2323[project .urls ]
2424Homepage = " https://github.com/hmohammad2520-org/classmods"
Original file line number Diff line number Diff line change 22
33setup (
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' ,
You can’t perform that action at this time.
0 commit comments