Skip to content

Commit 04ba444

Browse files
authored
chore: update version (#299)
1 parent d6dd1e3 commit 04ba444

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

conjugate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.1"
1+
__version__ = "0.14.0"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "conjugate-models"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
description = "Bayesian Conjugate Models in Python"
55
authors = [{ name = "Will Dean", email = "wd60622@gmail.com" }]
66
requires-python = ">=3.10,<4.0"
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
]
2627
dependencies = [
2728
"matplotlib",

0 commit comments

Comments
 (0)