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 = [