From 3e1e29dd11872868bb1f4446ab651b8c178f7e5e Mon Sep 17 00:00:00 2001 From: Patrick White Date: Thu, 13 Jul 2017 12:11:23 -0400 Subject: [PATCH] Increment version for release 1.1.0 --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 346be6f..fd94da4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cappy +# cappy v1.1.0 The Redcap API library that you build yourself. ## Ideology ## diff --git a/setup.py b/setup.py index 1847c5e..d9079cb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='cappy', - version='1.0.0', + version='1.1.0', description='The redcap api you build yourself', url='http://github.com/pfwhite/cappy', author='Patrick White',