From e1114b89feb2b1c3d4c4b483c0ab6fc796706bc5 Mon Sep 17 00:00:00 2001 From: TurconiAndrea Date: Sun, 23 Jan 2022 20:26:18 +0100 Subject: [PATCH] Upgraded version from 0.4.12 to 0.4.13 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b1a5f26..bc3f411 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ setup( name="recipe-tagger", packages=find_packages(include=["recipe_tagger"]), - version="0.4.12", + version="0.4.13", description="A library for tagging, classify and calculate the water footprint of food recipes", author="Andrea Turconi", license="MIT", long_description=README, long_description_content_type="text/markdown", url="https://github.com/TurconiAndrea/recipe-tagger", - download_url="https://github.com/TurconiAndrea/recipe-tagger/archive/refs/tags/0.4.12.tar.gz", + download_url="https://github.com/TurconiAndrea/recipe-tagger/archive/refs/tags/0.4.13.tar.gz", keywords=["food", "recipe", "tag", "tagging", "ingredient", "water footprint"], install_requires=[ "wikipedia-api",