Skip to content

Commit 0099731

Browse files
committed
feat: Bump version to 0.7.0 in Cargo.lock, Cargo.toml, pyproject.toml, and setup.py
1 parent 389a8d0 commit 0099731

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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 = "pyroid"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
authors = ["Andrew O", "Pyroid Team"]
66
description = "High-performance Rust functions for Python"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "pyroid"
7-
version = "0.6.0"
7+
version = "0.7.0"
88
description = "High-performance Rust functions for Python with a simplified architecture"
99
authors = [{ name = "Pyroid Team", email = "support@ataiva.com" }]
1010
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="pyroid",
5-
version="0.6.0",
5+
version="0.7.0",
66
description="High-performance Rust functions for Python",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)