Skip to content

Commit db47181

Browse files
committed
update_0_0_9
1 parent 815db61 commit db47181

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.8" %}
2+
{% set version = "0.0.9" %}
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.8.tar.gz
10-
sha256: 17f39862379881db9d43b3031ab70746933822085642e48080012096ee870881
9+
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.9.tar.gz
10+
sha256: b7bffcadd405a57d52a1b92a987fd20c0bb0aec2204d963f5fefe71b17e3fb81
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.8"
7+
version = "0.0.9"
88
dependencies = [
99
"ase>=3.22",
1010
"h5py>=3.7.0",

0 commit comments

Comments
 (0)