Skip to content

Commit 04869d1

Browse files
committed
Fixed Versions
1 parent b1a9fb6 commit 04869d1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

classmods/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.3'
1+
__version__ = '0.1.0'

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "classmods"
7-
version = "0.0.3"
7+
version = "0.1.0"
88
description = "Simple mods for python classes."
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
authors = [
12-
{ name = "Radin-System", email = "technical@rsto.ir" }
12+
{ name = "hmohammad2520-org", email = "hmohammad2520@gmail.com" }
1313
]
1414
keywords = ["python", "class", "mods", "modification", "descriptors", "methods", "methodmod", "methodobserve"]
1515
classifiers = [
@@ -21,5 +21,5 @@ dependencies = []
2121
requires-python = ">=3.9"
2222

2323
[project.urls]
24-
Homepage = "https://github.com/Radin-System/classmods"
25-
BugTracker = "https://github.com/Radin-System/classmods/issues"
24+
Homepage = "https://github.com/hmohammad2520-org/classmods"
25+
BugTracker = "https://github.com/hmohammad2520-org/classmods/issues"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
version='0.0.3',
66
license="MIT",
77
description='Simple mods for python classes.',
8-
author='Radin-System',
9-
author_email='technical@rsto.ir',
8+
author='hmohammad2520-org',
9+
author_email='hmohammad2520@gmail.com',
1010
url='https://github.com/Radin-System/classmods',
1111
install_requires=[],
1212
packages=find_packages(),

0 commit comments

Comments
 (0)