diff --git a/CITATION.cff b/CITATION.cff
index 41c47a9..08bfcdc 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -1,8 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: Euclid
-version: 2.8
-date-released: 2024-02-17
+version: 2.9
+date-released: 2024-05-09
url: "https://github.com/BlueObelisk/euclid"
preferred-citation:
type: article
diff --git a/README.md b/README.md
index 485b2f9..f41d1d0 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ It's used a lot in CML tools (JUMBO, JUMBO-converters) and also AMI (for extract
Instructions to increase the version:
```shell
-mvn versions:set -DnewVersion=2.9-SNAPSHOT
+mvn versions:set -DnewVersion=2.10-SNAPSHOT
```
Deploy to Sonatype with the following commands, for snapshots and releases respectively:
diff --git a/pom.xml b/pom.xml
index 17424cc..d02f089 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.blueobelisk
euclid
- 2.9-SNAPSHOT
+ 2.9
jar