Skip to content
Snippets Groups Projects
Commit 5e9847e1 authored by Dave Dykstra's avatar Dave Dykstra
Browse files

update to 5.5.1

parent efb006f5
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ setup( ...@@ -42,7 +42,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the # For a discussion on single-sourcing the version across setup.py and the
# project code, see # project code, see
# https://packaging.python.org/en/latest/single_source_version.html # https://packaging.python.org/en/latest/single_source_version.html
version='5.5.0', # Required version='5.5.1', # Required
# This is a one-line description or tagline of what your project does. This # This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field: # corresponds to the "Summary" metadata field:
......
...@@ -24,7 +24,7 @@ import logging ...@@ -24,7 +24,7 @@ import logging
from urlparse import urlparse from urlparse import urlparse
# Version information for user-agent # Version information for user-agent
VERSION = "5.5.0" VERSION = "5.5.1"
user_agent = 'stashcp/{0}'.format(VERSION) user_agent = 'stashcp/{0}'.format(VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment