File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66setup (
77 name = 'ObjectDelegator' ,
8- version = '1.0.1 ' ,
8+ version = '1.0.2 ' ,
99 packages = ['ObjectDelegator' ],
1010 url = 'https://github.com/YairMZ/ObjectDelegator' ,
1111 license = 'GNU General Public License v3.0' ,
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.1 .tar.gz' ,
17+ download_url = 'https://github.com/YairMZ/ObjectDelegator/archive/v1.0.2 .tar.gz' ,
1818 keywords = ['OOP' , 'delegation' , 'composition' ],
1919 classifiers = [
2020 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments