Skip to content

Commit 8f12b53

Browse files
committed
0.1.1 RC 1
1 parent 1b46107 commit 8f12b53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayredox"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "maturin"
66
name = "arrayredox"
77
description = "Array utilities"
88
requires-python = ">=3.10"
9-
readme = { file = "README.md", content-type = "text/x-md" }
9+
readme = { file = "README.md", content-type = "text/x-markdown" }
1010
license = { text = "MIT" }
1111
authors = [
1212
{ name = "Christopher Ariza" },

0 commit comments

Comments
 (0)