From b8b38dc623f69eff88d3c4c747450e15d7d0a1aa Mon Sep 17 00:00:00 2001 From: Epoc Date: Sun, 26 Mar 2017 14:53:33 +0200 Subject: [PATCH] Seriously PyPI... --- docs/conf.py | 4 ++-- pyaimp.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2c99309..0d1682b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = '0.2.1' +version = '0.2.2' # The full version, including alpha/beta/rc tags. -release = '0.2.1' +release = '0.2.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyaimp.py b/pyaimp.py index 7a9e47f..a155f27 100644 --- a/pyaimp.py +++ b/pyaimp.py @@ -9,7 +9,7 @@ import io import subprocess -__version__ = '0.2.1' +__version__ = '0.2.2' __all__ = [ 'PlayBackState',