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 8851b62 commit 1c00899Copy full SHA for 1c00899
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.6.2', # Required
+ version='6.0.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 = "5.6.2"
+VERSION = "6.0.0"
36
37
user_agent = 'stashcp/{0}'.format(VERSION)
38
0 commit comments