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