Skip to content

fix: sync Python package version with Rust crate#54

Merged
joshrotenberg merged 1 commit intomainfrom
fix/python-versioning
Feb 5, 2026
Merged

fix: sync Python package version with Rust crate#54
joshrotenberg merged 1 commit intomainfrom
fix/python-versioning

Conversation

@joshrotenberg
Copy link
Copy Markdown
Contributor

Summary

Fix Python package publishing - version was stuck at 0.1.0 while Rust crate is 0.9.3.

Changes

  • Update python/Cargo.toml version to 0.9.3 (match main crate)
  • Use dynamic = ["version"] in pyproject.toml (maturin reads from Cargo.toml)
  • Update author email to josh.rotenberg@redis.com
  • Add Python patterns to .gitignore
  • Remove accidentally committed __pycache__ and .so files

Note

After merging, future releases will need to keep python/Cargo.toml version in sync with the main crate. Consider adding this to release-plz config or using a pre-release script.

- Update python/Cargo.toml version to 0.9.3 (match main crate)
- Use dynamic versioning in pyproject.toml (reads from Cargo.toml)
- Update author email to josh.rotenberg@redis.com
- Add Python patterns to .gitignore
- Remove accidentally committed __pycache__ and .so files
@joshrotenberg joshrotenberg merged commit 7fac53f into main Feb 5, 2026
13 checks passed
@joshrotenberg joshrotenberg deleted the fix/python-versioning branch March 19, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant