diff --git a/setup.py b/setup.py index 397708b..12b1e90 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.4.0', # Required + version='5.4.1', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -188,4 +188,4 @@ 'Bug Reports': 'https://github.com/opensciencegrid/StashCache/issues', 'Source': 'https://github.com/opensciencegrid/StashCache', }, -) \ No newline at end of file +) diff --git a/stashcp.py b/stashcp.py index fda6457..5ef0fb8 100755 --- a/stashcp.py +++ b/stashcp.py @@ -24,7 +24,7 @@ from urlparse import urlparse # Version information for user-agent -VERSION = "5.4.0" +VERSION = "5.4.1" main_redirector = "root://redirector.osgstorage.org" stash_origin = "root://stash.osgconnect.net"