From e94da96dffbbc395ea14671d1a5d482bf79b7b4c Mon Sep 17 00:00:00 2001 From: alumi Date: Fri, 4 Oct 2019 12:18:03 +0900 Subject: [PATCH] Prepare for next development iteration (0.7.5-SNAPSHOT) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c98c95d2..bdc88368 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cljam "0.7.4" +(defproject cljam "0.7.5-SNAPSHOT" :description "A DNA Sequence Alignment/Map (SAM) library for Clojure" :url "https://github.com/chrovis/cljam" :license {:name "Apache License, Version 2.0"