From 47e7fdc885dcb8f7a285f6d1c8f940ee8c355731 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Tue, 28 Mar 2023 23:02:32 -0400 Subject: [PATCH] Bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 29fb9e8..cd2f0f5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.clojars.lspector/propeller "0.3.0" +(defproject net.clojars.lspector/propeller "0.3.1" :description "Yet another Push-based genetic programming system in Clojure." :url "https://github.com/lspector/propeller" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"