diff --git a/data/ui/AboutCalcoolDialog.ui b/data/ui/AboutCalcoolDialog.ui
index 73977d6..87b33d5 100644
--- a/data/ui/AboutCalcoolDialog.ui
+++ b/data/ui/AboutCalcoolDialog.ui
@@ -7,7 +7,7 @@
../media/icon.png
normal
Calcool
- 25.01
+ 25.02
Calcool allows you to do calculations in a document,
on the right you have the result for each line.
If you ever used bc and wanted to edit a previous
diff --git a/setup.py b/setup.py
index dba02c3..367255f 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup(
name='calcool',
- version='25.01',
+ version='25.02',
license='GPL-3',
author='Jan Gerber',
author_email='j@mailb.org',