Skip to content

Commit

Permalink
Merge pull request microsoft#69 from Microsoft/users/tedchamb/regen
Browse files Browse the repository at this point in the history
bump version to 0.1.7
  • Loading branch information
tedchamb authored May 8, 2018
2 parents 43eae1f + f7a2c70 commit 8ddec91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vsts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup, find_packages

NAME = "vsts"
VERSION = "0.1.6"
VERSION = "0.1.7"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion vsts/vsts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------

VERSION = "0.1.6"
VERSION = "0.1.7"

0 comments on commit 8ddec91

Please sign in to comment.