Skip to content

Commit

Permalink
Bumped version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
namaggarwal committed Jul 2, 2020
1 parent eda90cb commit f4d1269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.0.2
The latest version of splitwise SDK is Splitwise-2.1.0

## Docs

Expand Down
2 changes: 1 addition & 1 deletion splitwise/__version__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4d1269

Please sign in to comment.