Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hdadhich01 committed Jul 8, 2022
1 parent 7b2216d commit d2b5c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "round-nutrition"
authors = [{ name = "Harsh Dadhich" }]
version = "1.0.5"
version = "1.0.6"
readme = "README.md"
description = "Round nutritional values for federal compliance."
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion round_nutrition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .mineral import Mineral
from .other import Other

__version__ = "1.0.5"
__version__ = "1.0.6"
__sources__ = [
"https://www.fda.gov/files/food/published/Food-Labeling-Guide-%28PDF%29.pdf",
"https://www.usdairy.com/~/media/usd/public/dmi-quick-reference-guide_nutrition-claims-for-dairy-products_2018.pdf",
Expand Down

0 comments on commit d2b5c30

Please sign in to comment.