Skip to content

Commit

Permalink
set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed May 4, 2023
1 parent 98839cc commit 7e40d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0
2 changes: 1 addition & 1 deletion bempp/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Set the version number."""

__version__ = "0.2.4"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", "@type": "Code", "author": [{"@id": "0000-0002-3323-2110", "@type": "Person", "email": "[email protected]", "name": "Timo Betcke", "affiliation": "Department of Mathematics, University College London"}, {"@id": "0000-0002-4658-2443", "@type": "Person", "email": "[email protected]", "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.4"}
{"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", "@type": "Code", "author": [{"@id": "0000-0002-3323-2110", "@type": "Person", "email": "[email protected]", "name": "Timo Betcke", "affiliation": "Department of Mathematics, University College London"}, {"@id": "0000-0002-4658-2443", "@type": "Person", "email": "[email protected]", "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.3.0"}

0 comments on commit 7e40d23

Please sign in to comment.