Skip to content

Commit

Permalink
Merge pull request #5 from FedericoGarza/dev
Browse files Browse the repository at this point in the history
adding python version to setup
  • Loading branch information
AzulGarza authored Apr 15, 2020
2 parents d09e62b + 434c67c commit 1969bca
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ particular_published_date = CovidMX(source='Serendipia', date='2020-04-10', date

# Release information

## 0.2.2 (Current version)
## 0.2.3 (Current version)

- Now works with `python3.5+`.
- Using `clean=True` returns encoded data instead of decoded data without cleaning columns (as works in `0.2.0` and `0.2.1`).
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@

setuptools.setup(
name="covidmx",
version="0.2.2",
version="0.2.3",
author="Federico Garza",
author_email="fede.garza.ramirez@gmail.com",
description="Python API to get information about COVID-19 in México.",
@@ -18,7 +18,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
python_requires='>=3.5',
install_requires = [
"more-itertools>=6.0.0",
"pandas==0.25.2",

0 comments on commit 1969bca

Please # to comment.