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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user