Skip to content

Commit 9ecdb56

Browse files
committed
bump to version 0.7, to better reflect evol from 0.6
1 parent e53d43a commit 9ecdb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from distutils.core import setup, Extension
2424

2525
setup(name='pysctp',
26-
version='0.6.2',
26+
version='0.7.1',
2727
license = "LGPL",
2828
description = 'pysctp is a python module for the SCTP protocol stack and library',
2929
long_description = 'pysctp is a python wrapper for the SCTP protocol stack and library. On Mac OS X you will need the SCTP NKE (Kernel Extensions). On Linux systems, you need an SCTP-aware kernel (most are) and install the following packages (debian): apt install libsctp-dev libsctp1 lksctp-tools',

0 commit comments

Comments
 (0)