diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 76dec888..a2ba77d9 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,13 +1,13 @@ {% set name = "gdpx" %} -{% set version = "0.0.5" %} +{% set version = "0.0.6" %} package: name: {{ name|lower }} version: {{ version }} source: - url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.5.tar.gz - sha256: 3ddf752212ff11452b8bcfcd2dacea8db3fd3fca4011a898ee75974426f01623 + url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.6.tar.gz + sha256: 58d4e73537df4d243feb0e313cc20cf8cb19055c089f7bca96eb63fb55513d3e build: noarch: python diff --git a/pyproject.toml b/pyproject.toml index dd99ea00..a5eca6a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gdpx" -version = "0.0.5" +version = "0.0.6" dependencies = [ "ase>=3.22", "h5py>=3.7.0",