We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1acaa38 + 590c6bb commit e62b3bfCopy full SHA for e62b3bf
2 files changed
setup.py
@@ -42,7 +42,7 @@
42
# For a discussion on single-sourcing the version across setup.py and the
43
# project code, see
44
# https://packaging.python.org/en/latest/single_source_version.html
45
- version='5.5.1', # Required
+ version='5.6.0', # Required
46
47
# This is a one-line description or tagline of what your project does. This
48
# corresponds to the "Summary" metadata field:
stashcp/__init__.py
@@ -25,7 +25,7 @@
25
from urlparse import urlparse
26
27
# Version information for user-agent
28
-VERSION = "5.5.1"
+VERSION = "5.6.0"
29
30
user_agent = 'stashcp/{0}'.format(VERSION)
31
0 commit comments