Skip to content

Commit

Permalink
Bumped version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JRRudy1 committed Sep 8, 2024
1 parent bb3741c commit acdbdee
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,6 +1,6 @@
[package]
name = "transient"
version = "0.4.0"
version = "0.4.1"
description = "Reimplementation of `std::any::Any` with support for non-`'static` types"
authors = ["Joshua Rudolph <jrrudolph93@gmail.com>"]
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ members = ["derive"]
[dependencies]
rustversion = "1.0"

transient-derive = { path = "derive", version = "0.4", optional = true }
transient-derive = { path = "derive", version = "0.4.1", optional = true }
ndarray = { version = "0.15", optional = true }
numpy = { version = "0.21", optional = true }
pyo3 = { version = ">=0.21", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transient-derive"
version = "0.4.0"
version = "0.4.1"
description = "Proc macro for deriving the `transient::Transient` trait"
authors = ["Joshua Rudolph <jrrudolph93@gmail.com>"]
keywords = ["any", "static", "downcast", "typeid"]
Expand Down

0 comments on commit acdbdee

Please sign in to comment.