From f4d1269580ef04e91f041a9a6244992fd8daf88c Mon Sep 17 00:00:00 2001 From: Naman Aggarwal Date: Thu, 2 Jul 2020 17:33:13 +0800 Subject: [PATCH] Bumped version to 2.1.0 --- README.md | 2 +- splitwise/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d8937a..c69071a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is the python sdk for Splitwise APIs. Pull requests and bug reports are wel ## Latest Version -The latest version of splitwise SDK is Splitwise-2.0.2 +The latest version of splitwise SDK is Splitwise-2.1.0 ## Docs diff --git a/splitwise/__version__.py b/splitwise/__version__.py index 23804a4..9edbc86 100644 --- a/splitwise/__version__.py +++ b/splitwise/__version__.py @@ -1,6 +1,6 @@ __title__ = 'splitwise' __description__ = 'Splitwise Python SDK' -__version__ = '2.0.2' +__version__ = '2.1.0' __url__ = 'https://github.com/namaggarwal/splitwise' __download_url__ = 'https://github.com/namaggarwal/splitwise/tarball/v'+__version__ __build__ = 0x022400