From dbc39d74b1b82cf616c6822f0e4296447f5fba2b Mon Sep 17 00:00:00 2001 From: hsulab Date: Sun, 17 Mar 2024 17:52:52 -0400 Subject: [PATCH] update to version 0.0.5 --- conda.recipe/meta.yaml | 15 +++++++++++---- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 5b862b52..76dec888 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -1,10 +1,13 @@ +{% set name = "gdpx" %} +{% set version = "0.0.5" %} + package: - name: gdpx - version: 0.0.4 + name: {{ name|lower }} + version: {{ version }} source: - url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.4.tar.gz - sha256: f282e4ad26b9b5744cf0ac5ff05152a5166f98c62a1302002387b67b73f3e007 + url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.5.tar.gz + sha256: 3ddf752212ff11452b8bcfcd2dacea8db3fd3fca4011a898ee75974426f01623 build: noarch: python @@ -44,3 +47,7 @@ about: license_family: GPL3 license_file: LICENSE dev_url: https://github.com/hsulab/GDPy + +extra: + recipe-maintainers: + - hsulab diff --git a/pyproject.toml b/pyproject.toml index 3f50dd53..dd99ea00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gdpx" -version = "0.0.4" +version = "0.0.5" dependencies = [ "ase>=3.22", "h5py>=3.7.0",