Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmarazzi committed Jun 4, 2019
1 parent cc0ae09 commit 69e482f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
# Install miniconda, create env and install dependencies
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name="mepcheck",
version="0.1.0",
version="0.2.0",
description="Retrieve voting data for all MEPs and return them in a structured way",
url="https://github.com/alanmarazzi/mepcheck",
author="Alan Marazzi",
Expand Down

0 comments on commit 69e482f

Please sign in to comment.