We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ba4d0 commit de7a2cdCopy full SHA for de7a2cd
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "demopy_gb_jj"
3
-version = "0.3.0"
+version = "0.4.0"
4
edition = "2021"
5
description = "A demo PyPI package with Rust extensions"
6
authors = ["jj-devhub <Jaid.jashim@infinitibit.com>"]
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
7
8
9
authors = [{name="jj-devhub", email="Jaid.jashim@infinitibit.com"}]
10
readme = "README.md"
python/demopy/__init__.py
@@ -4,7 +4,7 @@
This package demonstrates how to create Python extensions using Rust and PyO3.
"""
-__version__ = "0.3.0"
+__version__ = "0.4.0"
try:
# Import the Rust extension
0 commit comments