From b119880b1508d112ef7923988ced6587b5e016cc Mon Sep 17 00:00:00 2001 From: Ted Chambers Date: Tue, 15 Jan 2019 10:36:16 -0500 Subject: [PATCH] Bump version to 0.1.26 --- 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 6fcf2e3b..6105cda9 100644 --- a/vsts/setup.py +++ b/vsts/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages NAME = "vsts" -VERSION = "0.1.25" +VERSION = "0.1.26" # To install the library, run the following # diff --git a/vsts/vsts/version.py b/vsts/vsts/version.py index 4ec74a9b..7393b0d1 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.25" +VERSION = "0.1.26"