From 2272d5e1d2da48929d2a7fb31d2eb0859d6cc9f7 Mon Sep 17 00:00:00 2001 From: OhMajesticLama Date: Sat, 8 Jul 2023 10:42:56 +0200 Subject: [PATCH] Bump version to 0.18.0 --- README.md | 4 ---- setup.py | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index cf8b958..d556b01 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ Check out the online documentation [here](https://ohmajesticlama.github.io/degir This project aims to provide an *unofficial* API for Degiro platform that works asynchronously. -There are currently several Degiro Python Libraries that were -active in 2021, check the _Other Python Degiro Libraries_ section for a -non-exhaustive list and assess which one best fits your needs. - ## Precautions diff --git a/setup.py b/setup.py index abe274e..65c3c04 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="degiroasync", - version="0.17.0", + version="0.18.0", author_email="ohmajesticlama@gmail.com", description=description, long_description=long_description,