Skip to content

Commit 1c00899

Browse files
committed
Bumping to version 6.0.0
1 parent 8851b62 commit 1c00899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# For a discussion on single-sourcing the version across setup.py and the
4343
# project code, see
4444
# https://packaging.python.org/en/latest/single_source_version.html
45-
version='5.6.2', # Required
45+
version='6.0.0', # Required
4646

4747
# This is a one-line description or tagline of what your project does. This
4848
# corresponds to the "Summary" metadata field:

stashcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from urllib2 import URLError, Request, urlopen
3333

3434
# Version information for user-agent
35-
VERSION = "5.6.2"
35+
VERSION = "6.0.0"
3636

3737
user_agent = 'stashcp/{0}'.format(VERSION)
3838

0 commit comments

Comments
 (0)