From 003426318b86c3a00ba9511f6249c2c29de7a291 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Mon, 2 Aug 2021 11:43:56 -0400 Subject: [PATCH] Version bump --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2c8c5b7..4c35208 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.clojars.lspector/propeller "0.2.2" +(defproject net.clojars.lspector/propeller "0.2.3" :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"