From f2f098454ba506293cb5ae51e038203cc8023998 Mon Sep 17 00:00:00 2001 From: Josh Hall Date: Sat, 12 May 2018 14:50:20 -0500 Subject: [PATCH] Up version to 0.2.0 --- pykit/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pykit/__init__.py b/pykit/__init__.py index c7ac771..24700aa 100644 --- a/pykit/__init__.py +++ b/pykit/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0" +__version__ = "0.2.0" from .Command import Command \ No newline at end of file diff --git a/setup.py b/setup.py index 32b4be2..64d4ced 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pykit', - version='0.1.0', + version='0.2.0', description='IBM i toolkit', url='https://github.com/Club-Seiden/pykit', author="Joshua Hall, Stephanie Rabbani",