diff --git a/make.py b/make.py index 9dd0b8d..0b2bfcd 100644 --- a/make.py +++ b/make.py @@ -66,7 +66,8 @@ #Remove temporary files for root, dirs, fs in os.walk(os.path.join(os.path.dirname(__file__), p.name)): - for filename in [filename for filename in fs if filename.endswith(('~', '.pyo', '.pyc', ))]: + for filename in [filename for filename + in fs if filename.endswith(('~', '.pyo', '.pyc', ))]: os.remove(os.path.join(root, filename)) #Include byte compiled files, so do not remove it at packaging diff --git a/setup.py b/setup.py index cd81fe2..8979af7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ print files setup(name='khtnotes', - version='2.21.0', + version='3.0.0', license='GNU GPLv3', description='A note taking application with ownCloud sync', long_description="A note taking application for Harmattan devices"