Skip to content

Commit

Permalink
add -dev to version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed May 13, 2024
1 parent f7bf57c commit 312cc5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ strict = []

[package]
name = "green-kernels"
version = "0.1.0"
version = "0.1.0-dev"
edition = "2021"
authors = ["Timo Betcke <[email protected]>", "Matthew Scroggs <[email protected]>"]
description = "Evaluation of Green's function kernels."
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To make a new release of green-kernels, follow the following steps:
If you are releasing a minor version, you should increment `[y]` and set `[z]`
to zero. If you are releasing a bugfix, you should increment `[z]`.

3) Commit you changes and push to GitHub, and check that all the tests on CI pass.
3) Commit your changes and push to GitHub, and check that all the tests on CI pass.

4) [Create a release on GitHub](https://github.com/bempp/green-kernels/releases/new) from the `release` branch.
The release tag and title should be `v[x].[y].[z]` (where `[x]`, `[y]` and `[z]` are as in step 2).
Expand Down

0 comments on commit 312cc5a

Please sign in to comment.