Skip to content

Commit

Permalink
Upgraded version from 0.4.12 to 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TurconiAndrea committed Jan 23, 2022
1 parent 9ff2dda commit e1114b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1114b8

Please sign in to comment.