diff --git a/README.rst b/README.rst index f623c6db66f0f5b0f55d333db28c15c7962a6d56..84036ef0ccad85630682edafaa81094e8b81f24b 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ python-osc ========== -Open Sound Control server and client implementations in **pure python** (3.3+). +Open Sound Control server and client implementations in **pure python** (3.4+). .. image:: https://travis-ci.org/attwad/python-osc.svg?branch=master :target: https://travis-ci.org/attwad/python-osc diff --git a/setup.py b/setup.py index be9586c8e799ca152a4ae068b27a4420b7d21330..5a849ac50fb50d2a0c8356eb5de49f658683c296 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ except ImportError: setup( name='python-osc', - version='1.4.2', + version='1.5', author='attwad', author_email='tmusoft@gmail.com', description=(