Skip to content

Commit a62d144

Browse files
authored
bump lib (#17)
1 parent 882160e commit a62d144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name = "fred_py_api"
7-
version = "0.0.7"
7+
version = "0.1.0"
88
authors = [
99
{ name="Zachary Spar", email="[email protected]" },
1010
]
1111
description = "A fully featured FRED API client library for Python."
1212
readme = "README.md"
1313
requires-python = ">=3.6"
1414
classifiers = [
15-
"Development Status :: 3 - Alpha",
15+
"Development Status :: 4 - Beta",
1616
"Intended Audience :: Science/Research",
1717
"Programming Language :: Python :: 3",
1818
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)