Skip to content

Commit

Permalink
chore: bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jul 24, 2021
1 parent 340f893 commit 5e4ea40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# nanorand

Current version: **0.6.0**
Current version: **0.6.1**

A library meant for fast, random number generation with quick compile time, and minimal dependencies.

Expand Down
2 changes: 1 addition & 1 deletion nanorand-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nanorand-abi"
description = "A stable C-compatible ABI for nanorand"
repository = "https://github.com/Absolucy/nanorand-rs"
keywords = ["rng", "wyrand", "pcg", "chacha", "random", "pcg64"]
version = "0.6.0"
version = "0.6.1"
authors = ["Lucy <lucy@absolucy.moe>"]
edition = "2018"
license = "Zlib"
Expand Down
2 changes: 1 addition & 1 deletion nanorand-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nanorand-py"
description = "A Python module for nanorand"
version = "0.6.0"
version = "0.6.1"
repository = "https://github.com/Absolucy/nanorand-rs"
keywords = ["rng", "wyrand", "pcg", "chacha", "random", "pcg64"]
authors = ["Lucy <lucy@absolucy.moe>"]
Expand Down
2 changes: 1 addition & 1 deletion nanorand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repository = "https://github.com/Absolucy/nanorand-rs"
keywords = ["rand", "random", "no-std", "entropy"]
categories = ["algorithms", "no-std"]
readme = "../README.md"
version = "0.6.0"
version = "0.6.1"
authors = ["Lucy <lucy@absolucy.moe>"]
edition = "2018"
license = "Zlib"
Expand Down

0 comments on commit 5e4ea40

Please sign in to comment.