Skip to content

Commit

Permalink
fix home url
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 24, 2019
1 parent 97b3aa6 commit 4bdd0d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aiida_icl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
Adapt this template for your own needs.
"""

__version__ = '0.3.2'
__version__ = '0.3.3'
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test:
- aiida_icl.utils

about:
home: "https://github.com/aiidateam/aiida-scheduler-cx1"
home: "https://github.com/chrisjsewell/aiida-scheduler-cx1"
license: "MIT"
license_family: "MIT"
license_file: "LICENSE"
Expand Down
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"author": "Chris Sewell",
"author_email": "[email protected]",
"description": "AiiDA plugin interfacing with the Imperial College London cx1 HPC",
"url": "https://github.com/aiidateam/aiida-scheduler-cx1",
"url": "https://github.com/chrisjsewell/aiida-scheduler-cx1",
"license": "MIT",
"classifiers": [
"Programming Language :: Python",
"Framework :: AiiDA"
],
"version": "0.3.2",
"version": "0.3.3",
"entry_points": {
"aiida.schedulers": [
"pbspro_cx1 = aiida_icl.schedulers.pbspro_cx1:PbsproCx1Scheduler"
Expand Down

0 comments on commit 4bdd0d9

Please sign in to comment.