Skip to content

Commit

Permalink
Update version from 0.4.4 to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TurconiAndrea committed Sep 9, 2021
1 parent b44f4b6 commit 535edb2
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.4",
version="0.4.5",
description="A library for tagging and classify 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.4.tar.gz",
download_url="https://github.com/TurconiAndrea/recipe-tagger/archive/refs/tags/0.4.5.tar.gz",
keywords=["food", "recipe", "tag", "tagging", "ingredient", "water footprint"],
install_requires=[
"wikipedia-api",
Expand Down

0 comments on commit 535edb2

Please sign in to comment.