diff --git a/README.md b/README.md
index 7edab0a6..7c13e513 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The cli application works in a standard UNIX-like manner.
```shell
cd phenopacket-tools
./mvnw package
-PXF_VERSION="0.4.5-SNAPSHOT"
+PXF_VERSION="0.4.5"
alias pfx-tools="java -jar $(pwd)/phenopacket-tools-cli/target/phenopacket-tools-cli-${PXF_VERSION}.jar"
pfx-tools --help
```
diff --git a/docs/constants.rst b/docs/constants.rst
index 356a26e7..37ebf14d 100644
--- a/docs/constants.rst
+++ b/docs/constants.rst
@@ -5,7 +5,7 @@ Constants
=========
The phenopacket-tools library offers a selection of recommended and predefined OntologyClass objects for commonly used concepts.
-For instance, this is the code one would need to write using the native Protobuf frameworkto get an OntologyClass instance that represents the modifier ``Left``.
+For instance, this is the code one would need to write using the native Protobuf framework to get an OntologyClass instance that represents the modifier ``Left``.
.. code-block:: java
diff --git a/phenopacket-tools-builder/pom.xml b/phenopacket-tools-builder/pom.xml
index 28d406b8..307646a3 100644
--- a/phenopacket-tools-builder/pom.xml
+++ b/phenopacket-tools-builder/pom.xml
@@ -7,7 +7,7 @@
org.phenopackets.phenopackettools
phenopacket-tools
- 0.4.5-SNAPSHOT
+ 0.4.5
phenopacket-tools-builder
diff --git a/phenopacket-tools-cli/pom.xml b/phenopacket-tools-cli/pom.xml
index ab176960..cbc7363d 100644
--- a/phenopacket-tools-cli/pom.xml
+++ b/phenopacket-tools-cli/pom.xml
@@ -7,7 +7,7 @@
org.phenopackets.phenopackettools
phenopacket-tools
- 0.4.5-SNAPSHOT
+ 0.4.5
phenopacket-tools-cli
diff --git a/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/PhenopacketTools.java b/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/PhenopacketTools.java
index 3c2f39c6..f8495e7c 100644
--- a/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/PhenopacketTools.java
+++ b/phenopacket-tools-cli/src/main/java/org/phenopackets/phenopackettools/PhenopacketTools.java
@@ -9,7 +9,7 @@
import static picocli.CommandLine.*;
@Command(name = "phenopacket-tools",
- version = "0.4.5-SNAPSHOT",
+ version = "0.4.5",
mixinStandardHelpOptions = true,
usageHelpWidth = Main.USAGE_WIDTH,
subcommands = {
diff --git a/phenopacket-tools-converter/pom.xml b/phenopacket-tools-converter/pom.xml
index 43014817..a03693b5 100644
--- a/phenopacket-tools-converter/pom.xml
+++ b/phenopacket-tools-converter/pom.xml
@@ -7,7 +7,7 @@
org.phenopackets.phenopackettools
phenopacket-tools
- 0.4.5-SNAPSHOT
+ 0.4.5
phenopacket-tools-converter
diff --git a/phenopacket-tools-validator-core/pom.xml b/phenopacket-tools-validator-core/pom.xml
index c657ddc9..8c06aadb 100644
--- a/phenopacket-tools-validator-core/pom.xml
+++ b/phenopacket-tools-validator-core/pom.xml
@@ -7,7 +7,7 @@
org.phenopackets.phenopackettools
phenopacket-tools
- 0.4.5-SNAPSHOT
+ 0.4.5
phenopacket-tools-validator-core
diff --git a/phenopacket-tools-validator-jsonschema/pom.xml b/phenopacket-tools-validator-jsonschema/pom.xml
index 8718c4b7..213e9ec8 100644
--- a/phenopacket-tools-validator-jsonschema/pom.xml
+++ b/phenopacket-tools-validator-jsonschema/pom.xml
@@ -7,7 +7,7 @@
org.phenopackets.phenopackettools
phenopacket-tools
- 0.4.5-SNAPSHOT
+ 0.4.5
phenopacket-tools-validator-jsonschema
diff --git a/pom.xml b/pom.xml
index 99016602..d0282f60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.phenopackets.phenopackettools
phenopacket-tools
- 0.4.5-SNAPSHOT
+ 0.4.5
pom