From 5e9847e15bd7a0c1ccb83f355d3f2a133a4c46f1 Mon Sep 17 00:00:00 2001
From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Date: Wed, 27 Nov 2019 15:01:18 -0600
Subject: [PATCH] update to 5.5.1

---
 setup.py            | 2 +-
 stashcp/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 6a78465..17acaa5 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
     # 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.0',  # Required
+    version='5.5.1',  # 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 c062742..4c02d93 100755
--- a/stashcp/__init__.py
+++ b/stashcp/__init__.py
@@ -24,7 +24,7 @@ import logging
 from urlparse import urlparse
 
 # Version information for user-agent
-VERSION = "5.5.0"
+VERSION = "5.5.1"
 
 user_agent = 'stashcp/{0}'.format(VERSION)
 
-- 
GitLab