Skip to content

Commit 66cc6db

Browse files
committed
Version 1.2.1
1 parent 4b43665 commit 66cc6db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0'
1+
__version__ = '1.2.1'
22

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0"
7+
version = "1.2.1"
88
description = "Simple mods for python classes."
99
readme = "README.md"
1010
license = { file = "LICENSE" }

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

0 commit comments

Comments
 (0)