From 796d73f26ae79c7948cff09bca598a74f82f5fa6 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Wed, 8 Apr 2026 18:29:49 +0200 Subject: [PATCH] chore: use hello@getaxonflow.com as canonical contact email --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ed32605..c960915 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and also applies when ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at dev@getaxonflow.com. All complaints will be reviewed and investigated promptly and fairly. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at hello@getaxonflow.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 77392c5..3e774a6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -180,7 +180,7 @@ By contributing to AxonFlow Python SDK, you agree that your contributions will b If you have questions about contributing, feel free to: - Open a discussion on GitHub -- Email us at dev@getaxonflow.com +- Email us at hello@getaxonflow.com - Check our documentation at https://docs.getaxonflow.com Thank you for contributing to AxonFlow! diff --git a/README.md b/README.md index 4ad6bb4..8167de0 100644 --- a/README.md +++ b/README.md @@ -411,7 +411,7 @@ For enterprise features, contact [sales@getaxonflow.com](mailto:sales@getaxonflo - **Documentation**: https://docs.getaxonflow.com - **Issues**: https://github.com/getaxonflow/axonflow-sdk-python/issues -- **Email**: dev@getaxonflow.com +- **Email**: hello@getaxonflow.com If you are evaluating AxonFlow in a company setting and cannot open a public issue, you can share feedback or blockers confidentially here: [Anonymous evaluation feedback form](https://getaxonflow.com/feedback) diff --git a/pyproject.toml b/pyproject.toml index 1df3fe9..41b45c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ description = "AxonFlow Python SDK - Enterprise AI Governance in 3 Lines of Code readme = "README.md" license = {text = "MIT"} authors = [ - {name = "AxonFlow", email = "dev@getaxonflow.com"} + {name = "AxonFlow", email = "hello@getaxonflow.com"} ] maintainers = [ - {name = "AxonFlow", email = "dev@getaxonflow.com"} + {name = "AxonFlow", email = "hello@getaxonflow.com"} ] keywords = [ "ai", "governance", "llm", "openai", "anthropic", "bedrock",