From a892568d52827cd4d5e79ce60a46e88ea332b427 Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Wed, 18 Dec 2024 14:00:56 +0100 Subject: [PATCH] Preparing version 1.5.1 --- VERSION | 2 +- janus/janus.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index bc80560..26ca594 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.5.1 diff --git a/janus/janus.py b/janus/janus.py index 294c552..398b268 100644 --- a/janus/janus.py +++ b/janus/janus.py @@ -72,7 +72,7 @@ # Versions # 10000*major + 100*minor + patch -version_num=10500 +version_num=10501 def version_str(num=version_num): """ diff --git a/setup.py b/setup.py index cbc9a14..40b4e73 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ PLLIB="libswipl" setup(name='janus_swi', - version='1.5.0', + version='1.5.1', description="Janus library to call SWI-Prolog", author="Jan Wielemaker", author_email="jan@swi-prolog.org",