Skip to content

Commit 6b3102b

Browse files
author
Mike Alexander
committed
updated to 0.5.1 for safe upload to PyPi
1 parent c5102bc commit 6b3102b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ run `python setup.py install`, or just copy the v1pysdk folder into your PYTHONP
464464

465465
## Revision History
466466

467+
2018-06-13 v0.5.1 - PyPi upload so it's available via pip as "v1pysdk".
468+
467469
2018-06-12 v0.5 - Dynamic Python3 support added.
468470

469471
Add page(), sort(), queryAll(), find(), max_length(), length(), and support for len() usage to

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name = "v1pysdk",
23-
version = "0.5.0",
23+
version = "0.5.1",
2424
description = "VersionOne API client",
2525
author = "Joe Koberg (VersionOne, Inc.)",
2626
author_email = "[email protected]",

0 commit comments

Comments
 (0)