From 285c7c473846c23d5928c5e4a8d5c39b67bff1a8 Mon Sep 17 00:00:00 2001 From: Derek Weitzel Date: Thu, 20 Aug 2020 19:14:13 -0500 Subject: [PATCH] Updating to version 6.1.0 --- setup.py | 2 +- stashcp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 86f02e7..eb6eab1 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='6.0.0', # Required + version='6.1.0', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: diff --git a/stashcp/__init__.py b/stashcp/__init__.py index b4aa70d..b7d0495 100755 --- a/stashcp/__init__.py +++ b/stashcp/__init__.py @@ -32,7 +32,7 @@ from urllib2 import URLError, Request, urlopen # Version information for user-agent -VERSION = "6.0.0" +VERSION = "6.1.0" user_agent = 'stashcp/{0}'.format(VERSION)