We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21fc97 commit 285c7c4Copy full SHA for 285c7c4
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='6.0.0', # Required
+ version='6.1.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
@@ -32,7 +32,7 @@
32
from urllib2 import URLError, Request, urlopen
33
34
# Version information for user-agent
35
-VERSION = "6.0.0"
+VERSION = "6.1.0"
36
37
user_agent = 'stashcp/{0}'.format(VERSION)
38
0 commit comments