Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Mar 18, 2021
1 parent 4959d90 commit c7110eb
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.2
0.2.3
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.2"
__version__ = "0.2.3"
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": "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"}
{"@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.3"}

0 comments on commit c7110eb

Please sign in to comment.