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 7a17090 commit a552775Copy full SHA for a552775
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "sec-edgar-mcp" %}
2
-{% set version = "0.1.0" %}
+{% set version = "0.1.1" %}
3
4
package:
5
name: {{ name|lower }}
pyproject.toml
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "sec-edgar-mcp"
7
-version = "0.1.0"
+version = "0.1.1"
8
description = "SEC EDGAR MCP server for company filings and financial data"
9
-authors = [{name = "Stefano Amorelli", email = "stefano@amorelli.tech"}]
+authors = [{ name = "Stefano Amorelli", email = "stefano@amorelli.tech" }]
10
readme = "README.md"
11
requires-python = ">=3.10"
12
license = { file = "LICENSE" }
0 commit comments