Skip to content

Commit effd763

Browse files
committed
Fix Version
1 parent 76c129f commit effd763

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 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'

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

0 commit comments

Comments
 (0)