From c7110ebaadb9e8ab5bf94d455f896dae7026e5f1 Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Thu, 18 Mar 2021 18:19:43 +0000 Subject: [PATCH] bump version number --- VERSION | 2 +- bempp/version.py | 2 +- codemeta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f4778493..71790396 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 diff --git a/bempp/version.py b/bempp/version.py index 2010da88..5ee43583 100644 --- a/bempp/version.py +++ b/bempp/version.py @@ -1,3 +1,3 @@ """Set the version number.""" -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/codemeta.json b/codemeta.json index 62c40e20..d7562711 100644 --- a/codemeta.json +++ b/codemeta.json @@ -1 +1 @@ -{"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", "@type": "Code", "author": [{"@id": "0000-0002-3323-2110", "@type": "Person", "email": "t.betcke@ucl.ac.uk", "name": "Timo Betcke", "affiliation": "Department of Mathematics, University College London"}, {"@id": "0000-0002-4658-2443", "@type": "Person", "email": "mws48@cam.ac.uk", "name": "Matthew Scroggs", "affiliation": "Department of Engineering, University of Cambridge"}], "identifier": "", "codeRepository": "https://github.com/bempp/bempp-cl", "datePublished": "2020-09-14", "dateModified": "2020-09-19", "dateCreated": "2020-09-14", "description": "A fast Python based just-in-time compiling boundary element library", "keywords": "Python, OpenCL, boundary element method, partial differential equations, integral equations, numerical analysis", "license": "MIT", "title": "Bempp-cl", "version": "v0.2.2"} \ No newline at end of file +{"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", "@type": "Code", "author": [{"@id": "0000-0002-3323-2110", "@type": "Person", "email": "t.betcke@ucl.ac.uk", "name": "Timo Betcke", "affiliation": "Department of Mathematics, University College London"}, {"@id": "0000-0002-4658-2443", "@type": "Person", "email": "mws48@cam.ac.uk", "name": "Matthew Scroggs", "affiliation": "Department of Engineering, University of Cambridge"}], "identifier": "", "codeRepository": "https://github.com/bempp/bempp-cl", "datePublished": "2020-09-14", "dateModified": "2021-03-18", "dateCreated": "2020-09-14", "description": "A fast Python based just-in-time compiling boundary element library", "keywords": "Python, OpenCL, boundary element method, partial differential equations, integral equations, numerical analysis", "license": "MIT", "title": "Bempp-cl", "version": "v0.2.3"}