Skip to content

Commit 39e646c

Browse files
committed
Bump to 5.4.1
1 parent 4c9f2ad commit 39e646c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# For a discussion on single-sourcing the version across setup.py and the
4343
# project code, see
4444
# https://packaging.python.org/en/latest/single_source_version.html
45-
version='5.4.0', # Required
45+
version='5.4.1', # Required
4646

4747
# This is a one-line description or tagline of what your project does. This
4848
# corresponds to the "Summary" metadata field:
@@ -188,4 +188,4 @@
188188
'Bug Reports': 'https://github.com/opensciencegrid/StashCache/issues',
189189
'Source': 'https://github.com/opensciencegrid/StashCache',
190190
},
191-
)
191+
)

stashcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from urlparse import urlparse
2525

2626
# Version information for user-agent
27-
VERSION = "5.4.0"
27+
VERSION = "5.4.1"
2828

2929
main_redirector = "root://redirector.osgstorage.org"
3030
stash_origin = "root://stash.osgconnect.net"

0 commit comments

Comments
 (0)