File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "gdpx" %}
2
- {% set version = "0.0.8 " %}
2
+ {% set version = "0.0.9 " %}
3
3
4
4
package :
5
5
name : {{ name|lower }}
6
6
version : {{ version }}
7
7
8
8
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
11
11
12
12
build :
13
13
noarch : python
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " gdpx"
7
- version = " 0.0.8 "
7
+ version = " 0.0.9 "
8
8
dependencies = [
9
9
" ase>=3.22" ,
10
10
" h5py>=3.7.0" ,
You can’t perform that action at this time.
0 commit comments