Skip to content

Commit cc7e4aa

Browse files
committed
Version 0.1.3
1 parent ce3885d commit cc7e4aa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "usda_fdc"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A comprehensive Python library for interacting with the USDA Food Data Central API"
99
readme = "README.md"
1010
authors = [{ name = "Michael McGarrah", email = "mcgarrah@gmail.com" }]
@@ -55,7 +55,7 @@ profile = "black"
5555
line_length = 100
5656

5757
[tool.mypy]
58-
python_version = "0.1.2"
58+
python_version = "0.1.3"
5959
warn_return_any = true
6060
warn_unused_configs = true
6161
disallow_untyped_defs = true

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="usda-fdc",
12-
version="0.1.2",
12+
version="0.1.3",
1313
description="A comprehensive Python library for interacting with the USDA Food Data Central API",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)