From ea12cf0444624aa5438ace7d1434ca0d0b65a325 Mon Sep 17 00:00:00 2001 From: Naman Aggarwal Date: Mon, 19 Jun 2023 22:35:22 +0100 Subject: [PATCH] Update the version to 3.0.0 --- README.md | 2 +- splitwise/__version__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85031e1..e0ed8d2 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.5.0 +The latest version of splitwise SDK is Splitwise-3.0.0 ## Docs diff --git a/splitwise/__version__.py b/splitwise/__version__.py index f41d575..a3b1e2b 100644 --- a/splitwise/__version__.py +++ b/splitwise/__version__.py @@ -1,10 +1,10 @@ __title__ = 'splitwise' __description__ = 'Splitwise Python SDK' -__version__ = '2.5.0' +__version__ = '3.0.0' __url__ = 'https://github.com/namaggarwal/splitwise' __download_url__ = 'https://github.com/namaggarwal/splitwise/tarball/v'+__version__ __build__ = 0x022400 __author__ = 'Naman Aggarwal' __author_email__ = 'aggarwal.nam@gmail.com' __license__ = 'MIT' -__copyright__ = 'Copyright 2021 Naman Aggarwal' +__copyright__ = 'Copyright 2023 Naman Aggarwal'