Skip to content

Commit

Permalink
Bump to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djw8605 committed Aug 23, 2019
1 parent 4c9f2ad commit 39e646c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -188,4 +188,4 @@
'Bug Reports': 'https://github.com/opensciencegrid/StashCache/issues',
'Source': 'https://github.com/opensciencegrid/StashCache',
},
)
)
2 changes: 1 addition & 1 deletion stashcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 39e646c

Please sign in to comment.