From c6edcc2d39671ec00cef93feb662d67d67ff60ef Mon Sep 17 00:00:00 2001 From: j Date: Fri, 31 Jan 2025 19:47:08 +0530 Subject: [PATCH] new version --- data/ui/AboutCalcoolDialog.ui | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',