We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620397a commit 853785cCopy full SHA for 853785c
setup.py
@@ -6,7 +6,7 @@ def read(fname):
6
return open(os.path.join(os.path.dirname(__file__), fname)).read()
7
8
setup(name='python-snap7',
9
- version='0.7',
+ version='0.8',
10
description='Python wrapper for the snap7 library',
11
author='Gijs Molenaar',
12
author_email='[email protected]',
0 commit comments