From 59c278da2c7ce9245304af147ab1224bf39b0d80 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 6 May 2019 12:07:12 +0000 Subject: [PATCH] Bump version to 1.1.1 --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f89014..147d082 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ test it though). To install PFERD or update your installation to the latest version, run this wherever you want to install/have installed PFERD: ``` -$ pip install git+https://github.com/Garmelon/PFERD@v1.1.0 +$ pip install git+https://github.com/Garmelon/PFERD@v1.1.1 ``` The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. @@ -25,7 +25,7 @@ $ mkdir Vorlesungen $ cd Vorlesungen $ python3 -m venv . $ . bin/activate -$ pip install git+https://github.com/Garmelon/PFERD@v1.1.0 +$ pip install git+https://github.com/Garmelon/PFERD@v1.1.1 $ curl -O https://raw.githubusercontent.com/Garmelon/PFERD/master/example_config.py $ python3 example_config.py $ deactivate diff --git a/setup.py b/setup.py index eb3cb1e..22a1376 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="PFERD", - version="1.1.0", + version="1.1.1", packages=["PFERD"], install_requires=[ "requests>=2.21.0",