diff --git a/README.rst b/README.rst index 6bc7f402..d5191363 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,7 @@ This is a ctypes based python wrapper for snap7. Snap7 is an open source, 32/64 bit, multi-platform Ethernet communication suite for interfacing natively with Siemens S7 PLCs. -python-snap7 is still a work in progress. basic functionality is there, -but at the moment only Python 2.7 is supported. +python-snap7 support Python 2.7 and 3.4, Windows Linux and OS X. .. image:: https://travis-ci.org/gijzelaerr/python-snap7.png?branch=master :target: https://travis-ci.org/gijzelaerr/python-snap7 diff --git a/snap7/__init__.py b/snap7/__init__.py index 627cbd84..72cc2ebb 100644 --- a/snap7/__init__.py +++ b/snap7/__init__.py @@ -8,4 +8,4 @@ import snap7.common as common import snap7.util as util -__version__ = '0.2.2' +__version__ = '0.3'