Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jul 27, 2014
1 parent 6105b90 commit 5269a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion snap7/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
import snap7.common as common
import snap7.util as util

__version__ = '0.2.2'
__version__ = '0.3'

0 comments on commit 5269a72

Please sign in to comment.