Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
tujitu-umn committed Jun 7, 2024
1 parent 3c8e3e8 commit 89a7fcd
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 = "causalkit"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "causalkit"
version = "0.1.2"
version = "0.1.3"
authors = [
{ name = "Xu Wang", email = "scuchina@gmail.com" }
]
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 89a7fcd

Please sign in to comment.