Skip to content

Commit a552775

Browse files
feat(versioning): bump version to 0.1.1
1 parent 7a17090 commit a552775

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "sec-edgar-mcp" %}
2-
{% set version = "0.1.0" %}
2+
{% set version = "0.1.1" %}
33

44
package:
55
name: {{ name|lower }}

pyproject.toml

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

55
[project]
66
name = "sec-edgar-mcp"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "SEC EDGAR MCP server for company filings and financial data"
9-
authors = [{name = "Stefano Amorelli", email = "stefano@amorelli.tech"}]
9+
authors = [{ name = "Stefano Amorelli", email = "stefano@amorelli.tech" }]
1010
readme = "README.md"
1111
requires-python = ">=3.10"
1212
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)