diff --git a/setup.py b/setup.py index 702d8621f847b591134d778bb0bd14dbe4ad3287..d72d125666f96fdb24301d06a5c4ff51015152ae 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.6.1', # Required + version='5.6.2', # 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 a6ca76d63667127d639ada6ed4617a0412cf3f75..de5f524df4347d5d6d6616068d0625084886a8ec 100755 --- a/stashcp/__init__.py +++ b/stashcp/__init__.py @@ -25,7 +25,7 @@ import logging from urlparse import urlparse # Version information for user-agent -VERSION = "5.6.1" +VERSION = "5.6.2" user_agent = 'stashcp/{0}'.format(VERSION)