Skip to content

Commit 5e9847e

Browse files
committed
update to 5.5.1
1 parent efb006f commit 5e9847e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.0', # Required
45+
version='5.5.1', # 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
@@ -24,7 +24,7 @@
2424
from urlparse import urlparse
2525

2626
# Version information for user-agent
27-
VERSION = "5.5.0"
27+
VERSION = "5.5.1"
2828

2929
user_agent = 'stashcp/{0}'.format(VERSION)
3030

0 commit comments

Comments
 (0)