From 3a6094acd730f3495b0f8b99b14a2340042a721b Mon Sep 17 00:00:00 2001 From: Patricio Del Boca Date: Wed, 9 Nov 2022 09:55:08 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f8be5c..3f3269d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.1.0', + version='0.2.0', description='''Create and manage named versions of datasets''', long_description=long_description,