Skip to content

Commit

Permalink
Version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveMDS committed Sep 28, 2014
1 parent 263587b commit 65b28b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion epymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# follow semver.org specs (ex: '1.0.0' and '1.0.0-beta1')
__version__ = '1.0.0-beta2'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 65b28b7

Please sign in to comment.