Skip to content

Commit 98fd763

Browse files
authored
Merge pull request #27 from PythonScanClient/version-1.7.0
Update package version to 1.7.0
2 parents 50d4ce1 + 6ce738c commit 98fd763

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scan/version.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from __future__ import print_function
22

3-
__version__ = '1.6.0'
3+
__version__ = '1.7.0'
44

55
version_history = """
6+
1.7.0 - CommandSequence class inherits from list
67
1.6.0 - Add support for Python3, CPython uses requests library
78
1.5.6 - wait..() fix
89
1.5.5 - scanInfo() time out

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'''
66
from distutils.core import setup
77
setup(name='PyScanClient',
8-
version='1.6.0',
8+
version='1.7.0',
99
description='Python Scan Server Client Lib',
1010
author='Qiu Yongxiang, Kay Kasemir',
1111
author_email='qiuyongxiang05@gmail.com, kasemirk@ornl.gov',

0 commit comments

Comments
 (0)