From 69e482f8ba08529b4143bbfc8f2e7aedbbdf1831 Mon Sep 17 00:00:00 2001 From: alanmarazzi Date: Tue, 4 Jun 2019 12:17:50 +0200 Subject: [PATCH] Release 0.2.0 --- .travis.yml | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5176853..5c2a145 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index 47466ff..d08fd06 100755 --- a/setup.py +++ b/setup.py @@ -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",