From 7b8cddc17473d342323cf20d9bdff7fd36b1bea6 Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Fri, 9 Jun 2023 07:54:08 -0600 Subject: [PATCH] Prepare for 0.31.0 release (#141) --- README.md | 8 ++++---- resources/EMMY_VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e3f7381e..a5f7a088 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Clojars page: Or grab the most recent code using a Git dependency: ```clj -;; deps +;; Replace $GIT_SHA with the most recent commit: {io.github.mentat-collective/emmy {:git/sha "$GIT_SHA"}} ``` @@ -174,11 +174,11 @@ There is so much more! This is a dense library, and lots of documentation remains to be written. Some suggested next steps, for now: - Open up the live, interactive [Emmy tutorial on - Nextjournal](https://nextjournal.com/try/samritchie/emmy), play with the + Nextjournal](https://nextjournal.com/try/samritchie/sicmutils), play with the examples above and start to explore on your own. - Read the [Emmy Reference Manual][refman-url] ("refman") for inspiration. All of the code snippets in the refman will work in the [Nextjournal - environment](https://nextjournal.com/try/samritchie/emmy). Use the two + environment](https://nextjournal.com/try/samritchie/sicmutils). Use the two together. - Visit our [CLJDocs][cljdoc-url] page for an introduction and detailed documentation @@ -269,7 +269,7 @@ license = {GPL-3.0}, month = {4}, title = {{Emmy: Functional Computer Algebra in Clojure}}, url = {https://github.com/mentat-collective/emmy}, -version = {0.30.0}, +version = {0.31.0}, year = {2016} ``` diff --git a/resources/EMMY_VERSION b/resources/EMMY_VERSION index b867a70f..f0e1a438 100644 --- a/resources/EMMY_VERSION +++ b/resources/EMMY_VERSION @@ -1 +1 @@ -0.31.0-SNAPSHOT \ No newline at end of file +0.31.0 \ No newline at end of file