File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " demopy_gb_jj"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44edition = " 2021"
55description = " A demo PyPI package with Rust extensions"
66authors = [" jj-devhub <Jaid.jashim@infinitibit.com>" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " demopy_gb_jj"
7- version = " 0.5 .0"
7+ version = " 0.6 .0"
88description = " A demo PyPI package with Rust extensions"
99authors = [{name =" jj-devhub" , email =" Jaid.jashim@infinitibit.com" }]
1010readme = " README.md"
Original file line number Diff line number Diff line change 44This package demonstrates how to create Python extensions using Rust and PyO3.
55"""
66
7- __version__ = "0.5 .0"
7+ __version__ = "0.6 .0"
88
99try :
1010 # Import the Rust extension
You can’t perform that action at this time.
0 commit comments