Skip to content

Commit

Permalink
Make clear it's a beta version of v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Apr 19, 2024
1 parent ce61056 commit 84e8508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "startinpy"
version = "0.11.0"
version = "0.11.0-beta0"
authors = ["Hugo Ledoux <[email protected]>"]
license = "MIT"
homepage="https://github.com/hugoledoux/startinpy"
Expand All @@ -11,9 +11,9 @@ edition = "2021"


[dependencies]
startin = "0.7.1"
# startin = "0.7.1"
# startin = { path = "../startin" }
# startin = { git = "https://github.com/hugoledoux/startin", branch = "develop" }
startin = { git = "https://github.com/hugoledoux/startin", branch = "develop" }
numpy = "~0.17"
rand = "0.8.5"
geojson = "0.24"
Expand Down

0 comments on commit 84e8508

Please sign in to comment.