From f240c28597f0e705e690590cbc0e75de041ce592 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sat, 7 Dec 2013 11:28:27 +0100 Subject: [PATCH] Update setup.py and version --- setup.py | 1 + sima/core.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e1d847..da4773f 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup(name='sima', classifiers=classifiers, install_requires=['distribute', 'python-musicpd'], packages=['sima','sima.lib', 'sima.utils', + 'sima.plugins.core', 'sima.plugins.internal', 'sima.plugins.contrib'], include_package_data=True, diff --git a/sima/core.py b/sima/core.py index 08135c0..f6703ca 100644 --- a/sima/core.py +++ b/sima/core.py @@ -2,7 +2,7 @@ """Core Object dealing with plugins and player client """ -__version__ = '0.12.0.b' +__version__ = '0.12.0pr1' __author__ = 'kaliko jack' __url__ = 'git://git.kaliko.me/sima.git' -- 2.39.2