From f613004e78d97dda81c7ae7a4ba16c085f6a69ee Mon Sep 17 00:00:00 2001 From: Ted Chambers Date: Fri, 8 Jun 2018 18:00:39 -0400 Subject: [PATCH] bump version number to 0.1.8 --- vsts/setup.py | 2 +- vsts/vsts/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vsts/setup.py b/vsts/setup.py index b0a0e37e..adcdc13d 100644 --- a/vsts/setup.py +++ b/vsts/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages NAME = "vsts" -VERSION = "0.1.7" +VERSION = "0.1.8" # To install the library, run the following # diff --git a/vsts/vsts/version.py b/vsts/vsts/version.py index 3e4c46aa..b9f4467b 100644 --- a/vsts/vsts/version.py +++ b/vsts/vsts/version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -VERSION = "0.1.7" +VERSION = "0.1.8"