release 2020.12.03

master v2020.12.03
Laura Liberda 2020-12-03 05:13:30 +01:00
parent 2635869f1d
commit 710cf70140
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '2020.11.28'
__version__ = '2020.12.03'

View File

@ -56,7 +56,7 @@ class UploadCommand(Command):
def run(self):
try:
self.status('Removing previous builds…')
rmtree(os.path.join(here, 'dist'))
rmtree('dist')
except OSError:
pass