We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882160e commit a62d144Copy full SHA for a62d144
pyproject.toml
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "fred_py_api"
7
-version = "0.0.7"
+version = "0.1.0"
8
authors = [
9
{ name="Zachary Spar", email="[email protected]" },
10
]
11
description = "A fully featured FRED API client library for Python."
12
readme = "README.md"
13
requires-python = ">=3.6"
14
classifiers = [
15
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
16
"Intended Audience :: Science/Research",
17
"Programming Language :: Python :: 3",
18
"License :: OSI Approved :: MIT License",
0 commit comments