Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Sep 7, 2021
1 parent 85bb1f1 commit 3c9e0df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiida_optimade/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0"
2 changes: 1 addition & 1 deletion aiida_optimade/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"implementation": {
"name": "aiida-optimade",
"version": "0.18.0",
"version": "0.19.0",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aiida-optimade",
"version": "0.18.0",
"version": "0.19.0",
"url": "https://github.com/aiidateam/aiida-optimade",
"license": "MIT License",
"author": "Casper Welzel Andersen",
Expand Down
2 changes: 1 addition & 1 deletion tests/static/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"implementation": {
"name": "aiida-optimade",
"version": "0.18.0",
"version": "0.19.0",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit 3c9e0df

Please sign in to comment.