Skip to content

Commit

Permalink
Merge pull request microsoft#131 from Microsoft/users/tedchamb/dev
Browse files Browse the repository at this point in the history
bump version to 0.1.19
  • Loading branch information
tedchamb committed Oct 15, 2018
2 parents 672db79 + 0e49c66 commit dfbf530
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.18"
VERSION = "0.1.19"

# 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.18"
VERSION = "0.1.19"

0 comments on commit dfbf530

Please sign in to comment.