From 44ea434a029801cf1ff1d1f2d39cf1df08f85920 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 15 Feb 2023 13:33:08 +0300 Subject: [PATCH] Bump to v0.3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51b2362..f02db36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "funml" -version = "0.3.6" +version = "0.3.7" description = "A collection of utilities to help write python as though it were an ML-kind of functional language like OCaml" authors = ["Martin "] readme = "README.md"