Skip to content

Commit

Permalink
update_0_0_9
Browse files Browse the repository at this point in the history
  • Loading branch information
hsulab committed Apr 30, 2024
1 parent 815db61 commit db47181
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.8" %}
{% set version = "0.0.9" %}

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

source:
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.8.tar.gz
sha256: 17f39862379881db9d43b3031ab70746933822085642e48080012096ee870881
url: https://pypi.python.org/packages/source/g/gdpx/gdpx-0.0.9.tar.gz
sha256: b7bffcadd405a57d52a1b92a987fd20c0bb0aec2204d963f5fefe71b17e3fb81

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

0 comments on commit db47181

Please sign in to comment.