Skip to content

Commit

Permalink
Prepare release v0.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 11, 2024
1 parent f3e08f2 commit dfc9d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flatzinc"
version = "0.3.21-dev"
publish = false
version = "0.3.21"
publish = true
authors = ["Sven Thiele <[email protected]>"]
description = "A FlatZinc parser"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In your `Cargo.toml`:

```toml
[dependencies]
flatzinc = "0.3.21-dev"
flatzinc = "0.3.21"
```

In your code:
Expand Down

0 comments on commit dfc9d16

Please sign in to comment.