Skip to content

Commit

Permalink
Rename easybuild file and update conda meta yaml with version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Jun 26, 2023
1 parent e28230a commit 8c67d5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
easyblock = 'CMakeMake'

name = 'TRIQS-app4triqs'
version = '3.1.0'
version = '3.2.0'

homepage = 'https://triqs.github.io/app4triqs/'
description = """
Expand All @@ -27,7 +27,7 @@ dependencies = [
('GMP', '6.2.1'),
('HDF5', '1.10.7'),
('Mako', '1.1.4'),
('TRIQS', '3.1.0'),
('TRIQS', '3.2.0'),
('NFFT', '3.5.2')
]

Expand Down
2 changes: 1 addition & 1 deletion packaging/conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.0.0" %}
{% set version = "3.2.0" %}

package:
name: app4triqs
Expand Down

0 comments on commit 8c67d5e

Please sign in to comment.