Skip to content

Commit

Permalink
update_0_0_7
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Apr 20, 2024
1 parent 1cd58f6 commit a58208b
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.6" %}
{% set version = "0.0.7" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.6.tar.gz
sha256: 58d4e73537df4d243feb0e313cc20cf8cb19055c089f7bca96eb63fb55513d3e
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.7.tar.gz
sha256: 0df36df3e207716c2267eaafd5415f9b99d0e5fa38295471e9f75d1d27f9f0de

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.6"
version = "0.0.7"
dependencies = [
"ase>=3.22",
"h5py>=3.7.0",
Expand Down

0 comments on commit a58208b

Please sign in to comment.