Skip to content

Commit a58208b

Browse files
committed
update_0_0_7
1 parent 1cd58f6 commit a58208b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conda.recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "gdpx" %}
2-
{% set version = "0.0.6" %}
2+
{% set version = "0.0.7" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

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

1212
build:
1313
noarch: python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gdpx"
7-
version = "0.0.6"
7+
version = "0.0.7"
88
dependencies = [
99
"ase>=3.22",
1010
"h5py>=3.7.0",

0 commit comments

Comments
 (0)