Skip to content

Commit

Permalink
Update to v0.9.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA authored Aug 31, 2020
1 parent 4d1a270 commit b7db518
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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.8.0"
__version__ = "0.9.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.8.0",
"version": "0.9.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.8.0",
"version": "0.9.0",
"url": "https://github.com/aiidateam/aiida-optimade",
"license": "MIT License",
"author": "Casper Welzel Andersen",
Expand Down
3 changes: 2 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def setver(_, patch=False, new_ver=""):
('"version": ([^,]+),', f'"version": "{new_ver}",'),
)
update_file(
"tests/test_config.json", ('"version": ([^,]+),', f'"version": "{new_ver}",')
"tests/static/test_config.json",
('"version": ([^,]+),', f'"version": "{new_ver}",'),
)

print("Bumped version to {}".format(new_ver))
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.8.0",
"version": "0.9.0",
"source_url": "https://github.com/aiidateam/aiida-optimade",
"maintainer": {"email": "[email protected]"}
},
Expand Down

0 comments on commit b7db518

Please sign in to comment.