From 02605f7c5a56268cf2a62e9abf651727f53e2467 Mon Sep 17 00:00:00 2001 From: daslu Date: Wed, 5 Feb 2025 01:13:56 +0200 Subject: [PATCH] version "2-beta6" --- CHANGELOG.md | 3 ++- build.clj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa19f2..5b84b74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## unreleased +## [2-beta6] - 2025-02-05 - updated ML related libs and tests for methamorph.ml 1.0 - updated deps: Tableplot and Clay +- this is the first version which is also released as a Clojupyter Kernel ## [2-beta5.1] - 2025-01-16 - updated deps (Tableplot) diff --git a/build.clj b/build.clj index 90d2e0f..65ea5e7 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ (def lib 'org.scicloj/noj) -(def version "2-beta5.1") +(def version "2-beta6") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")