We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1176f7 + a5244b4 commit b3b9200Copy full SHA for b3b9200
2 files changed
setup.py
@@ -42,7 +42,7 @@
42
# For a discussion on single-sourcing the version across setup.py and the
43
# project code, see
44
# https://packaging.python.org/en/latest/single_source_version.html
45
- version='5.3.0', # Required
+ version='5.4.0', # Required
46
47
# This is a one-line description or tagline of what your project does. This
48
# corresponds to the "Summary" metadata field:
stashcp.py
@@ -24,7 +24,7 @@
24
from urlparse import urlparse
25
26
# Version information for user-agent
27
-VERSION = "5.3.0"
+VERSION = "5.4.0"
28
29
main_redirector = "root://redirector.osgstorage.org"
30
stash_origin = "root://stash.osgconnect.net"
0 commit comments