Skip to content

Commit e7fb5d5

Browse files
committed
1.0.1
1 parent 66f4856 commit e7fb5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='ObjectDelegator',
8-
version='1.0',
8+
version='1.0.1',
99
packages=['ObjectDelegator'],
1010
url='https://github.com/YairMZ/ObjectDelegator',
1111
license='GNU General Public License v3.0',
@@ -14,7 +14,7 @@
1414
description='This minimal yet powerful library allows delegation of an objects: methods, properties, and his own '
1515
'member objects, to an object who owns it. Recursive delegation is also supported.'
1616
'Use the simple API to handle delegations.',
17-
download_url='https://github.com/YairMZ/ObjectDelegator/archive/v1.0.tar.gz',
17+
download_url='https://github.com/YairMZ/ObjectDelegator/archive/v1.0,1.tar.gz',
1818
keywords=['OOP', 'delegation', 'composition'],
1919
classifiers=[
2020
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)