Skip to content

Commit 6b91671

Browse files
committed
bump version to 0.6.1
1 parent 4c6f117 commit 6b91671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pysctp 0.6
1+
pysctp 0.6.1

setup.py

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

2424
setup(name='pysctp',
25-
version='0.6',
25+
version='0.6.1',
2626
license = "LGPL",
2727
description = 'pysctp is a python module for the SCTP protocol stack and library. ',
2828
long_description = 'pysctp is a python module for the SCTP protocol stack and library. It is the socket API implementation, not the SCTPlib implementation (this latest one is not supported anymore by their original developers). On Mac OS X you will need the SCTP NKE (Kernel Extensions) to make it work, use: http://sctp.fh-muenster.de/sctp-nke.html. On Debian-based systems, you need a SCTP-aware kernel (most are) and install the following packages: apt-get install libsctp-dev libsctp1 lksctp-tools',

0 commit comments

Comments
 (0)