Skip to content

Commit 696dfa4

Browse files
committed
chore: update version to 0.5.2 in configuration files
1 parent 64c6a1e commit 696dfa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
author = "David Atienza, Carlos Li Hu"
2323

2424
# The full version, including alpha/beta/rc tags
25-
version = "0.5.1"
26-
release = "0.5.1"
25+
version = "0.5.2"
26+
release = "0.5.2"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors = [
1818
{ name = "Carlos Li Hu", email = "carloslihu96@gmail.com" },
1919
]
2020
description = "PyBNesian is a Python package that implements Bayesian networks."
21-
version = "0.5.1"
21+
version = "0.5.2"
2222
readme = { file = "README.md", content-type = "text/markdown" }
2323
license = { file = "LICENSE" }
2424
requires-python = ">=3.8"

0 commit comments

Comments
 (0)