From 12d85069a78cc3dd1db0c3f888af61cb77c73c42 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Wed, 24 Jul 2019 18:52:44 +0100 Subject: [PATCH] fix home url (2) --- aiida_icl/__init__.py | 2 +- conda-recipe/meta.yaml | 8 ++++---- setup.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aiida_icl/__init__.py b/aiida_icl/__init__.py index 613d24f..ea99720 100644 --- a/aiida_icl/__init__.py +++ b/aiida_icl/__init__.py @@ -4,4 +4,4 @@ Adapt this template for your own needs. """ -__version__ = '0.3.3' +__version__ = '0.3.4' diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index fa5f32a..41f6861 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "aiida-icl" %} -{% set version = "0.3.2" %} +{% set version = "0.3.3" %} package: name: "{{ name|lower }}" @@ -7,10 +7,10 @@ package: source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" - sha256: "421bd7ebb813e8c39658f9143de0186f769d5131faf36b11b7a26485ef781049" + sha256: "626f50584d52eafa4ecc3d89375d0c3cb51522819e074c0cde635c90214d56c6" build: - number: 0 + number: 1 noarch: "python" script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv " @@ -33,7 +33,7 @@ test: - aiida_icl.utils about: - home: "https://github.com/chrisjsewell/aiida-scheduler-cx1" + home: "https://github.com/chrisjsewell/aiida-cx1scheduler" license: "MIT" license_family: "MIT" license_file: "LICENSE" diff --git a/setup.json b/setup.json index 5a97369..130ed9c 100644 --- a/setup.json +++ b/setup.json @@ -3,13 +3,13 @@ "author": "Chris Sewell", "author_email": "chrisj_sewell@hotmail.com", "description": "AiiDA plugin interfacing with the Imperial College London cx1 HPC", - "url": "https://github.com/chrisjsewell/aiida-scheduler-cx1", + "url": "https://github.com/chrisjsewell/aiida-cx1scheduler", "license": "MIT", "classifiers": [ "Programming Language :: Python", "Framework :: AiiDA" ], - "version": "0.3.3", + "version": "0.3.4", "entry_points": { "aiida.schedulers": [ "pbspro_cx1 = aiida_icl.schedulers.pbspro_cx1:PbsproCx1Scheduler"