We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dd1e3 commit 04ba444Copy full SHA for 04ba444
conjugate/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.13.1"
+__version__ = "0.14.0"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "conjugate-models"
3
-version = "0.13.1"
+version = "0.14.0"
4
description = "Bayesian Conjugate Models in Python"
5
authors = [{ name = "Will Dean", email = "wd60622@gmail.com" }]
6
requires-python = ">=3.10,<4.0"
@@ -22,6 +22,7 @@ classifiers = [
22
"Programming Language :: Python :: 3.11",
23
"Programming Language :: Python :: 3.12",
24
"Programming Language :: Python :: 3.13",
25
+ "Programming Language :: Python :: 3.14",
26
]
27
dependencies = [
28
"matplotlib",
0 commit comments