chore: Bump version to 1.0.0-rc.1

Release candidate for V1.0.0 with complete IndieWeb support.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-24 12:42:44 -07:00
parent d8828fb6c6
commit 06dd9aa167
2 changed files with 74 additions and 2 deletions

View File

@@ -153,5 +153,5 @@ def create_app(config=None):
# Package version (Semantic Versioning 2.0.0)
# See docs/standards/versioning-strategy.md for details
__version__ = "0.9.5"
__version_info__ = (0, 9, 5)
__version__ = "1.0.0-rc.1"
__version_info__ = (1, 0, 0, "rc", 1)