From 7baefaceea031f7dac64494835d17b645a753f8e Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Sun, 19 Nov 2023 15:50:32 +0100 Subject: [PATCH] Bump version to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41d7250..c361450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tulisp" description = "An embeddable lisp interpreter." -version = "0.12.0" +version = "0.13.0" repository = "https://github.com/shsms/tulisp" license = "GPL-3.0" edition = "2021"