We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd74022 commit a312c08Copy full SHA for a312c08
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pycardano"
3
-version = "0.12.3"
+version = "0.13.0"
4
classifiers = [
5
"Intended Audience :: Developers",
6
"License :: OSI Approved :: MIT License",
@@ -10,6 +10,8 @@ classifiers = [
10
"Programming Language :: Python :: 3.9",
11
"Programming Language :: Python :: 3.10",
12
"Programming Language :: Python :: 3.11",
13
+ "Programming Language :: Python :: 3.12",
14
+ "Programming Language :: Python :: 3.13",
15
]
16
description = "A Cardano library in Python"
17
homepage = "https://github.com/Python-Cardano/pycardano"
0 commit comments