From 5a142df2aca36532b00cfa313ab7b66c6184f86b Mon Sep 17 00:00:00 2001 From: daslu Date: Sun, 25 Aug 2024 00:38:08 +0300 Subject: [PATCH] version update in docs --- README.md | 2 +- notebooks/index.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1809fbc..692a63a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Scinojure ("Noj") wraps a few of the relevant Clojure libraries for data & science and documents common ways of using them together. -Clojars: [2-alpha4-SNAPSHOT](https://clojars.org/org.scicloj/noj/versions/2-alpha4-SNAPSHOT) +Clojars: [2-alpha5-SNAPSHOT](https://clojars.org/org.scicloj/noj/versions/2-alpha5-SNAPSHOT) ## Status Most of the [underlying libraries](https://scicloj.github.io/noj/noj_book.underlying_libraries.html) are stable. The experimental parts are marked as such. For some of the libraries, we use a branch for an upcoming release. diff --git a/notebooks/index.clj b/notebooks/index.clj index f28a989..bf52783 100644 --- a/notebooks/index.clj +++ b/notebooks/index.clj @@ -26,7 +26,7 @@ It collects a few of the main libraries and documents common ways to use them to **Source:** [![(GitHub repo)](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/scicloj/noj) -**Artifact:** [2-alpha4-SNAPSHOT](https://clojars.org/org.scicloj/noj/versions/2-alpha4-SNAPSHOT) +**Artifact:** [2-alpha5-SNAPSHOT](https://clojars.org/org.scicloj/noj/versions/2-alpha5-SNAPSHOT) Note we are using `SNAPSHOT` version for now, since a few of the current dependencies are at a snapshot stage for an upcoming release.