Skip to content

Commit 49cd2af

Browse files
start to diverge
1 parent 00bca0d commit 49cd2af

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Fulfil.IO Inc.
3+
Copyright (c) 2025 Fulfil.IO Inc. Pioreactor Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
4-
51
[project]
62
name = "mcp-utils"
7-
version = "1.0.0"
3+
version = "2.0.0"
84
description = "Synchronous utilities for Model Context Protocol (MCP) integration"
95
readme = "README.md"
106
requires-python = ">=3.10"
117
license = "MIT"
128
keywords = ["mcp", "model-context-protocol", "ai", "llm"]
139
authors = [
1410
{ name = "Fulfil.IO Inc" },
11+
{ name = "Pioreactor Inc." },
1512
]
1613
classifiers = [
1714
"Development Status :: 3 - Alpha",
@@ -26,30 +23,17 @@ dependencies = [
2623
]
2724

2825
[project.urls]
29-
Homepage = "https://github.com/fulfilio/mcp-utils"
30-
Repository = "https://github.com/fulfilio/mcp-utils.git"
26+
Homepage = "https://github.com/pioreactor/mcp-utils"
27+
Repository = "https://github.com/pioreactor/mcp-utils.git"
3128

3229
[project.optional-dependencies]
3330
dev = [
3431
"pytest>=8.0.0",
35-
"bump-my-version>=0.15.0",
3632
]
3733

38-
[tool.hatch.build.targets.wheel]
39-
packages = ["src/mcp_utils"]
40-
4134

4235
[tool.pytest.ini_options]
4336
testpaths = ["tests"]
4437
python_files = ["test_*.py"]
4538

46-
[tool.bumpversion]
47-
current_version = "1.0.0"
48-
commit = true
49-
tag = true
50-
allow_dirty = false
5139

52-
[tool.bumpversion.file_patterns]
53-
pyproject = [
54-
'version = "{current_version}"',
55-
]

0 commit comments

Comments
 (0)