Currently, version numbers are inconsistent across packages:
| Package |
Version |
pixi.toml (workspace) |
1.6.0 |
phylo2vec/Cargo.toml (Rust core) |
0.6.0 |
py-phylo2vec/Cargo.toml |
1.5.0 |
r-phylo2vec/src/rust/Cargo.toml |
1.2.0 |
r-phylo2vec/DESCRIPTION |
1.3.0 |
This makes it difficult for users to know which versions are compatible and complicates release management.
From now on, Adopt unified versioning where all packages share the same version number. This simplifies communication and release processes.