Skip to content

Commit

Permalink
update_0_0_6
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Apr 7, 2024
1 parent 896399d commit 8f9a9be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.5"
version = "0.0.6"
dependencies = [
"ase>=3.22",
"h5py>=3.7.0",
Expand Down

0 comments on commit 8f9a9be

Please sign in to comment.