From 231df018b39a4c37da1904cd3e849155c7443e7b Mon Sep 17 00:00:00 2001 From: Myst <1592048+LeMyst@users.noreply.github.com> Date: Thu, 7 Jul 2022 21:04:52 +0200 Subject: [PATCH] Bump version to v0.11.3 (#367) --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de38a56c..20fdb8fd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ python -m pip install --pre wikibaseintegrator If you want to avoid an unwanted upgrade to the v0.12, you can put this line in your requirements.txt: ``` -wikibaseintegrator~=0.11.2 +wikibaseintegrator~=0.11.3 ``` I will continue to bug-fixes the current version (v0.11) even after the release of v0.12+. diff --git a/setup.cfg b/setup.cfg index fceb3408..95b8f6b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wikibaseintegrator -version = 0.11.2 +version = 0.11.3 author = Myst, Wikibase Integrator authors and Wikidata Integrator authors license = MIT license_files = LICENSE.txt