update version

This commit is contained in:
speyrefitte
2015-05-04 11:49:37 +02:00
parent 1deb2d69ea
commit dd150dbbdc

View File

@@ -4,7 +4,7 @@ import setuptools
from distutils.core import setup, Extension
setup(name='rdpy',
version='1.3.0',
version='1.3.1',
description='Remote Desktop Protocol in Python',
long_description="""
RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (Client and Server side). RDPY is built over the event driven network engine Twisted.