diff --git a/README.md b/README.md index fc7145e..4647c17 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We have a telegram channel for Wikidata bot developers using the Wikidata Integrator. Follow [this link](https://t.me/wikidata_integrator) to join this channel. # Installation # -The easiest way to install WikidataIntegrator is using `pip` or `pip3`. WikidataIntegrator supports python 3.6 and higher, hence the suggestion for pip3. If python2 is installed pip will lead to an error indicating missing dependencies. +The easiest way to install WikidataIntegrator is using `pip` or `pip3`. WikidataIntegrator supports python 3.8 and higher, hence the suggestion for pip3. If python2 is installed pip will lead to an error indicating missing dependencies. ``` pip3 install wikidataintegrator diff --git a/setup.py b/setup.py index 6b3754a..289f3ed 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = "0.9.29" +VERSION = "0.9.30" setup( name='wikidataintegrator',