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

bump version to 5.6.0

parent 1acaa38b
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ setup(
# 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.5.1', # Required
version='5.6.0', # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
......
......@@ -25,7 +25,7 @@ import logging
from urlparse import urlparse
# Version information for user-agent
VERSION = "5.5.1"
VERSION = "5.6.0"
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