diff --git a/java/pom.xml b/java/pom.xml
index 66b0343e..690ffc04 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,7 +4,7 @@
io.nayuki
qrcodegen
- 1.7.0
+ 1.8.0
jar
UTF-8
diff --git a/python/setup.py b/python/setup.py
index 72c0f4f7..63fe9fd8 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -27,7 +27,7 @@
setuptools.setup(
name = "qrcodegen",
description = "High quality QR Code generator library for Python",
- version = "1.7.0",
+ version = "1.8.0",
platforms = "OS Independent",
python_requires = '>=3',
license = "MIT License",
diff --git a/rust-no-heap/Cargo.toml b/rust-no-heap/Cargo.toml
index 97663786..a0c72d59 100644
--- a/rust-no-heap/Cargo.toml
+++ b/rust-no-heap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qrcodegen"
-version = "1.7.0"
+version = "1.8.0"
authors = ["Project Nayuki"]
description = "High-quality QR Code generator library"
homepage = "https://www.nayuki.io/page/qr-code-generator-library"
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index d3e155bd..95807ce1 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "qrcodegen"
-version = "1.7.0"
+version = "1.8.0"
authors = ["Project Nayuki"]
description = "High-quality QR Code generator library"
homepage = "https://www.nayuki.io/page/qr-code-generator-library"