Skip to content

Commit

Permalink
update to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Mar 17, 2024
1 parent 3815188 commit dbc39d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -44,3 +47,7 @@ about:
license_family: GPL3
license_file: LICENSE
dev_url: https://github.com/hsulab/GDPy

extra:
recipe-maintainers:
- hsulab
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dbc39d7

Please sign in to comment.