Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
namaggarwal committed Jun 30, 2020
1 parent aa805f8 commit 81f2971
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.0
The latest version of splitwise SDK is Splitwise-2.0.1

## 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.0'
__version__ = '2.0.1'
__url__ = 'https://github.com/namaggarwal/splitwise'
__download_url__ = 'https://github.com/namaggarwal/splitwise/tarball/'+__version__
__build__ = 0x022400
Expand Down

0 comments on commit 81f2971

Please sign in to comment.