1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-01-31 10:51:38 +00:00

v1.0.1: Fixed memory leak.

This commit is contained in:
Virgil Dupras
2010-04-19 11:24:06 +02:00
parent a3e41602cf
commit de898fdcaa
3 changed files with 7 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ if sys.platform == 'win32':
setup(
name='Send2Trash',
version='1.0.0',
version='1.0.1',
author='Hardcoded Software',
author_email='hsoft@hardcoded.net',
packages=['send2trash'],