From c6f8285f4452801dc8e2eb6eec567c2b3c7f4b90 Mon Sep 17 00:00:00 2001
From: Robin Goodall <rjg21@cam.ac.uk>
Date: Thu, 31 Mar 2022 10:08:40 +0100
Subject: [PATCH] Bump version 1.3.1

---
 build.xml | 2 +-
 setup.py  | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index 2a5d507..5f06b12 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
 <project name="ibis-client" default="all" xmlns:if="ant:if">
-    <property name="api.version" value="1.3.0"/>
+    <property name="api.version" value="1.3.1"/>
 
     <!-- =================================
           target: Java autogen
diff --git a/setup.py b/setup.py
index c550d0e..010d5a6 100644
--- a/setup.py
+++ b/setup.py
@@ -4,12 +4,11 @@ Lookup/Ibis web service API
 Python installation.
 """
 
-import sys
 from setuptools import setup
 
 setup(
     name="ibisclient",
-    version="1.3.0",
+    version="1.3.1",
     description="Lookup API client",
     license="LGPL",
     url="https://www.lookup.cam.ac.uk/doc/ws-doc/",
-- 
GitLab