We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c6a1e commit 696dfa4Copy full SHA for 696dfa4
docs/source/conf.py
@@ -22,8 +22,8 @@
22
author = "David Atienza, Carlos Li Hu"
23
24
# The full version, including alpha/beta/rc tags
25
-version = "0.5.1"
26
-release = "0.5.1"
+version = "0.5.2"
+release = "0.5.2"
27
28
29
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -18,7 +18,7 @@ authors = [
18
{ name = "Carlos Li Hu", email = "carloslihu96@gmail.com" },
19
]
20
description = "PyBNesian is a Python package that implements Bayesian networks."
21
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }
requires-python = ">=3.8"
0 commit comments