From b7958ff6853af186cc19091fa440e82ad168a915 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Sat, 22 Sep 2018 18:40:21 +1000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b36c2bd..c336c8b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setup( name='scaling', - version='0.2.0', + version='0.2.1', packages=['scaling'], install_requires=['pint'], author='Dan Howe',