Skip to content

Commit c8c3ff9

Browse files
committed
new release!
1 parent 75c41ff commit c8c3ff9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import os
22
from distutils.core import setup
3+
from snap7 import __version__
34

45
def read(fname):
56
return open(os.path.join(os.path.dirname(__file__), fname)).read()
67

78
setup(name='python-snap7',
8-
version='0.2.1',
9+
version=__version__,
910
description='Python wrapper for the snap7 library',
1011
author='Gijs Molenaar',
1112
author_email='[email protected]',

snap7/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
import snap7.common as common
99
import snap7.util as util
1010

11-
__version__ = '0.2.1'
11+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)