Skip to content

Commit fefb5a6

Browse files
update python bindings for PyO3 0.9
1 parent 2bf0a19 commit fefb5a6

File tree

3 files changed

+192
-124
lines changed

3 files changed

+192
-124
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Changed
1111

12-
* Update PyO3 from v0.8.2 to v0.9.0-alpha1
12+
* Update PyO3 from v0.8.2 to v0.9.0
1313

1414
## [0.1.2]
1515

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See Notices.txt for copyright information
33
[package]
44
name = "algebraics"
5-
version = "0.2.0-alpha.1"
5+
version = "0.2.0"
66
authors = ["Jacob Lifshay <[email protected]>"]
77
edition = "2018"
88
license = "LGPL-2.1-or-later"
@@ -31,6 +31,6 @@ rand_pcg = "0.1.1"
3131
lazy_static = "1.4"
3232

3333
[dependencies.pyo3]
34-
version = "0.9.0-alpha.1"
34+
version = "0.9.0"
3535
optional = true
3636
features = ["num-bigint"]

0 commit comments

Comments
 (0)