File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
__keywords__ = 'dictionary multi-language synonym antonym definition'
19
19
__license__ = 'MIT'
20
- __module_name__ = 'PyMultiDictionary '
20
+ __module_name__ = 'pymultidictionary '
21
21
__url__ = 'https://github.com/ppizarror/PyMultiDictionary'
22
22
__url_bug_tracker__ = 'https://github.com/ppizarror/PyMultiDictionary'
23
23
__url_documentation__ = 'https://github.com/ppizarror/PyMultiDictionary'
Original file line number Diff line number Diff line change @@ -32,6 +32,6 @@ def __str__(self) -> str:
32
32
patch = property (lambda self : self [2 ])
33
33
34
34
35
- vernum = Version (1 , 3 , 1 )
35
+ vernum = Version (1 , 3 , 2 )
36
36
ver = str (vernum )
37
37
rev = ''
Original file line number Diff line number Diff line change 15
15
if mode == 'pip' :
16
16
if os .path .isdir ('dist/' ):
17
17
for k in os .listdir ('dist/' ):
18
- if 'PyMultiDictionary -' in k :
18
+ if 'pymultidictionary -' in k :
19
19
os .remove (f'dist/{ k } ' )
20
20
if os .path .isdir ('build' ):
21
21
for k in os .listdir ('build' ):
You can’t perform that action at this time.
0 commit comments