From bedb0e8ba4f96c1a6f8ebeb35e38f150e963098b Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Sun, 31 Aug 2025 00:41:07 +0100 Subject: [PATCH] patch release is fine --- HISTORY.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index d8542a3..ddb0be6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -## 0.14.0 +## 0.13.1 Moved the functions `varname_leaves` and `varname_and_value_leaves` to AbstractPPL. They are now part of the public API of AbstractPPL. diff --git a/Project.toml b/Project.toml index 5edd9e2..c687d8d 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf" keywords = ["probablistic programming"] license = "MIT" desc = "Common interfaces for probabilistic programming" -version = "0.14.0" +version = "0.13.1" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"