Skip to content

Commit

Permalink
Merge pull request #93 from namaggarwal/update_version_3
Browse files Browse the repository at this point in the history
Update the version to 3.0.0
  • Loading branch information
namaggarwal committed Jun 19, 2023
2 parents d8888d3 + ea12cf0 commit 50cd060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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'

0 comments on commit 50cd060

Please sign in to comment.