From 07bf77ed151f9a1f191467f4287437e2336f499a Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 9 Sep 2019 11:59:53 +0100 Subject: [PATCH] bump version --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 40f6e0fc6..ba34fd864 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ def setup(app): project = 'PipelineWise' copyright = '2019, TransferWise Ltd.' author = 'Peter Kosztolanyi' -version = '0.9.2' +version = '0.10.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6017623b9..e3501ee47 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = f.read() setup(name='pipelinewise', - version='0.9.2', + version='0.10.1', description='PipelineWise', long_description=long_description, long_description_content_type='text/markdown',