Skip to content

Commit 8039506

Browse files
committed
Update version
1 parent 01df93b commit 8039506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

medusa/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
log.logger.addHandler(logging.NullHandler())
4040

4141
INSTANCE_ID = text_type(uuid.uuid1())
42-
VERSION = '1.0.16'
42+
VERSION = '1.0.17'
4343

4444
USER_AGENT = 'Medusa/{version} ({system}; {release}; {instance})'.format(
4545
version=VERSION, system=platform.system(), release=platform.release(),

0 commit comments

Comments
 (0)