Skip to content

Commit

Permalink
Prepare for 0.31.0 release (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Jun 9, 2023
1 parent fc9b98a commit 7b8cddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
```
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}
```

Expand Down
2 changes: 1 addition & 1 deletion resources/EMMY_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.0-SNAPSHOT
0.31.0

0 comments on commit 7b8cddc

Please sign in to comment.