Skip to content

Commit

Permalink
5.0.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jan 16, 2024
1 parent 4565f4d commit 135b4b2
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
@@ -1,6 +1,6 @@
[package]
name = "egglog-python"
version = "4.0.1"
version = "5.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _This project uses semantic versioning_

## UNRELEASED

## 5.0.0 (UNRELEASED)
## 5.0.0 (2024-01-16)

- Move egglog `!=` function to be called with `ne(x).to(y)` instead of `x != y` so that user defined expressions
can
Expand Down

0 comments on commit 135b4b2

Please sign in to comment.