From 590c6bb9bd172fa1d6656b1f7e2ac3b916e61ae2 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Thu, 7 May 2020 10:13:43 -0500 Subject: [PATCH] bump version to 5.6.0 --- setup.py | 2 +- stashcp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a34863d..efb021b 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='5.5.1', # Required + version='5.6.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 dc04e57..b15e2db 100755 --- a/stashcp/__init__.py +++ b/stashcp/__init__.py @@ -25,7 +25,7 @@ from urlparse import urlparse # Version information for user-agent -VERSION = "5.5.1" +VERSION = "5.6.0" user_agent = 'stashcp/{0}'.format(VERSION)