From a1575a2e6610005ecf5bbae2d383abe1faacb541 Mon Sep 17 00:00:00 2001 From: kurttheviking Date: Mon, 9 Nov 2015 08:48:51 -0800 Subject: [PATCH] upgrade version in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70e176d..2b7042e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description="Easy peasy wrapper for HipChat's v1 API", name='python-simple-hipchat', url='https://github.com/kurttheviking/simple-hipchat-py', - version='0.3.3', + version='0.4.0', packages=['hipchat'], author='Kurt Ericson', author_email='kurttheviking@outlook.com',