Skip to content

Commit cee5c8b

Browse files
authored
Merge pull request #69 from Microsoft/users/tedchamb/regen
bump version to 0.1.7
2 parents 72444c7 + 49af3d8 commit cee5c8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vsts/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup, find_packages
77

88
NAME = "vsts"
9-
VERSION = "0.1.6"
9+
VERSION = "0.1.7"
1010

1111
# To install the library, run the following
1212
#

vsts/vsts/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "0.1.6"
6+
VERSION = "0.1.7"

0 commit comments

Comments
 (0)