diff --git a/vsts/setup.py b/vsts/setup.py index 470f6add..0fa30ee9 100644 --- a/vsts/setup.py +++ b/vsts/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages NAME = "vsts" -VERSION = "0.1.22" +VERSION = "0.1.23" # To install the library, run the following # diff --git a/vsts/vsts/version.py b/vsts/vsts/version.py index 59301c2a..2a55b701 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.22" +VERSION = "0.1.23"