Skip to content

Commit b6c3a73

Browse files
committed
fix: update version to 0.9.1 and modify author/maintainer details in pyproject.toml
1 parent e64540b commit b6c3a73

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "10xscale-agentflow"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Production-grade Python framework for building, orchestrating, and deploying multi-agent LLM systems. A simpler, batteries-included alternative to LangGraph, CrewAI, and AutoGen with graph-based workflows, durable state, native MCP support, and provider-agnostic LLM integration (OpenAI, Google GenAI, Anthropic)."
55
readme = "README.md"
66
keywords = [
@@ -70,10 +70,11 @@ dependencies = [
7070
"python-dotenv>=1.0",
7171
]
7272
authors = [
73-
{name = "10xScale", email = "contact@10xscale.ai"}
73+
{name = "Shudipto Trafder", email = "shudiptotrafder@gmail.com"},
7474
]
7575
maintainers = [
7676
{name = "Shudipto Trafder", email = "shudiptotrafder@gmail.com"},
77+
{name = "10xScale", email = "contact@10xscale.ai"},
7778
]
7879
classifiers = [
7980
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)