From 710cf70140562cd1426888bb7109934645fb63da Mon Sep 17 00:00:00 2001 From: Laura Liberda Date: Thu, 3 Dec 2020 05:13:30 +0100 Subject: [PATCH] release 2020.12.03 --- librefi/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/librefi/version.py b/librefi/version.py index e687af7..b8dea03 100644 --- a/librefi/version.py +++ b/librefi/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '2020.11.28' +__version__ = '2020.12.03' diff --git a/setup.py b/setup.py index df63995..91e5851 100644 --- a/setup.py +++ b/setup.py @@ -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