From ac978ceb82ae1e6613311af8a5d48e340907749c Mon Sep 17 00:00:00 2001 From: attwad Date: Sun, 17 May 2015 18:12:07 +0900 Subject: [PATCH] bumped version to 1.5 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f623c6d..84036ef 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 be9586c..5a849ac 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=( -- GitLab