Skip to content

Commit 742f0eb

Browse files
chore: bump version to 0.6.1 [skip ci]
1 parent 4b638af commit 742f0eb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demopy_gb_jj"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55
description = "A demo PyPI package with Rust extensions"
66
authors = ["jj-devhub <Jaid.jashim@infinitibit.com>"]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "demopy_gb_jj"
7-
version = "0.6.0"
7+
version = "0.6.1"
88
description = "A demo PyPI package with Rust extensions"
99
authors = [{name="jj-devhub", email="Jaid.jashim@infinitibit.com"}]
1010
readme = "README.md"
@@ -69,7 +69,7 @@ src_paths = ["python", "tests", "scripts"]
6969

7070

7171
[tool.mypy]
72-
python_version = "3.9"
72+
python_version = "0.6.1"
7373
warn_return_any = true
7474
warn_unused_configs = true
7575
disallow_untyped_defs = false # Set to true when adding type hints

python/demopy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This package demonstrates how to create Python extensions using Rust and PyO3.
55
"""
66

7-
__version__ = "0.6.0"
7+
__version__ = "0.6.1"
88

99
try:
1010
# Import the Rust extension

0 commit comments

Comments
 (0)