Skip to content

Commit

Permalink
Update version from 0.4.1 to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TurconiAndrea committed Aug 24, 2021
1 parent 5c70f9a commit 40674b9
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.1",
version="0.4.2",
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.1.tar.gz",
download_url="https://github.com/TurconiAndrea/recipe-tagger/archive/refs/tags/0.4.2.tar.gz",
keywords=["food", "recipe", "tag", "tagging", "ingredient", "water footprint"],
install_requires=[
"wikipedia-api",
Expand Down

0 comments on commit 40674b9

Please sign in to comment.