Skip to content

Commit

Permalink
publish version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorepozo committed Dec 18, 2023
1 parent d94cf98 commit 41933cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "programinduction"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
authors = ["Lore Anaya Pozo <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ In a new or existing project, add the following to your `Cargo.toml`:

```toml
[dependencies]
programinduction = "0.8"
programinduction = "0.9"
# many examples also depend on polytype for the tp! and ptp! macros:
polytype = "6.1"
polytype = "7.0"
```

The documentation requires a custom HTML header to include KaTeX for math
Expand Down

0 comments on commit 41933cd

Please sign in to comment.