Skip to content

Commit 5abec65

Browse files
committed
Version 1.2.0
1 parent f059c8b commit 5abec65

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

classmods/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.2.0'
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.1.0"
7+
version = "1.2.0"
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.1.0',
5+
version='1.2.0',
66
license="MIT",
77
description='Simple mods for python classes.',
88
author='hmohammad2520-org',

0 commit comments

Comments
 (0)