File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " usda_fdc"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " A comprehensive Python library for interacting with the USDA Food Data Central API"
99readme = " README.md"
1010authors = [{ name = " Michael McGarrah" , email = " mcgarrah@gmail.com" }]
@@ -55,7 +55,7 @@ profile = "black"
5555line_length = 100
5656
5757[tool .mypy ]
58- python_version = " 0.1.2 "
58+ python_version = " 0.1.3 "
5959warn_return_any = true
6060warn_unused_configs = true
6161disallow_untyped_defs = true
Original file line number Diff line number Diff line change 99
1010setup (
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" ,
You can’t perform that action at this time.
0 commit comments