From b9349360585dec48854c3638939e281498ff0ad8 Mon Sep 17 00:00:00 2001 From: Anton Nguyen Date: Wed, 18 Apr 2018 08:42:17 -0400 Subject: [PATCH] Bumped up the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a53bf3d..907f100 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup PACKAGE_NAME = "pullsbury" -VERSION = "0.0.1" +VERSION = "0.0.2" setup( name=PACKAGE_NAME,