Skip to content

Commit

Permalink
update version number to -dev (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs authored Nov 27, 2024
1 parent 6467c5a commit f1f4493
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ strict = []

[package]
name = "c-api-tools"
version = "0.1.0"
version = "0.1.0-dev"
edition = "2021"
authors = [
"Timo Betcke <[email protected]>",
Expand All @@ -25,7 +25,7 @@ crate-type = ["lib", "cdylib"]

[dependencies]
num = "0.4"
c-api-tools-macros = { version = "0.1.0" }
c-api-tools-macros = { path = "c-api-tools-macros" }

[build-dependencies]
cbindgen = "0.27.0"
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ To make a new release of bempp, follow the following steps:
unsuitable for use.

8) Open a pull request to `main` to update the version numbers in `Cargo.toml` and `c-api-tools-macros/Cargo.toml`
to `[x].[y].[z]-dev`
to `[x].[y].[z]-dev`, and to change the `c-api-tools-macros` dependency in `Cargo.toml` to `{ path = "c-api-tools-macros" }`

9) Add the release to the next issue of [Scientific Computing in Rust Monthly](https://github.com/rust-scicomp/scientific-computing-in-rust-monthly)
2 changes: 1 addition & 1 deletion c-api-tools-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ strict = []

[package]
name = "c-api-tools-macros"
version = "0.1.0"
version = "0.1.0-dev"
edition = "2021"
authors = [
"Matthew Scroggs <[email protected]>",
Expand Down

0 comments on commit f1f4493

Please sign in to comment.