From 65b28b7874930964a3a8c9a5b988afbf6f231ccb Mon Sep 17 00:00:00 2001 From: davemds Date: Sun, 28 Sep 2014 13:17:22 +0200 Subject: [PATCH] Version: 1.0.0 --- epymc/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/epymc/__init__.py b/epymc/__init__.py index 8518786..16758b0 100644 --- a/epymc/__init__.py +++ b/epymc/__init__.py @@ -19,4 +19,4 @@ # along with this program. If not, see . # follow semver.org specs (ex: '1.0.0' and '1.0.0-beta1') -__version__ = '1.0.0-beta2' +__version__ = '1.0.0' diff --git a/setup.py b/setup.py index fd49da8..5c75a6a 100755 --- a/setup.py +++ b/setup.py @@ -192,7 +192,7 @@ def run(self): license = 'GNU GPL v3', platforms = 'linux', - requires = ['efl (>= 1.10.0)', 'beautifulsoup4'], + requires = ['efl (>= 1.10.0)', 'beautifulsoup4', 'mutagen'], provides = ['epymc'], packages = [