We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ac48f commit 9af9c22Copy full SHA for 9af9c22
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "py-bip39-bindings"
3
description = "Python bindings for tiny-bip39 RUST crate"
4
authors=["Stichting Polkascan (Polkascan Foundation)"]
5
-version = "0.1.9"
+version = "0.1.10"
6
repository = "https://github.com/polkascan/py-bip39-bindings"
7
homepage = "https://github.com/polkascan/py-bip39-bindings"
8
license = "Apache-2.0"
@@ -30,7 +30,6 @@ classifier = [
30
"License :: OSI Approved :: Apache Software License",
31
"Intended Audience :: Developers",
32
"Programming Language :: Python :: 3",
33
- "Programming Language :: Python :: 3.5",
34
"Programming Language :: Python :: 3.6",
35
"Programming Language :: Python :: 3.7",
36
"Programming Language :: Python :: 3.8",
0 commit comments