File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
188188 'Bug Reports' : 'https://github.com/opensciencegrid/StashCache/issues' ,
189189 'Source' : 'https://github.com/opensciencegrid/StashCache' ,
190190 },
191- )
191+ )
Original file line number Diff line number Diff line change 2424from urlparse import urlparse
2525
2626# Version information for user-agent
27- VERSION = "5.4.0 "
27+ VERSION = "5.4.1 "
2828
2929main_redirector = "root://redirector.osgstorage.org"
3030stash_origin = "root://stash.osgconnect.net"
You can’t perform that action at this time.
0 commit comments