We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bf942 commit 54fbb71Copy full SHA for 54fbb71
2 files changed
meson.build
@@ -1,6 +1,6 @@
1
project('python-sscha',
2
['c','fortran'],
3
- version : '1.6.2',
+ version : '1.6.1',
4
license: 'GPL',
5
meson_version: '>= 1.1.0', # <- set min version of meson.
6
default_options : [
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "mesonpy"
[project]
name = "python-sscha"
7
-version = "1.6.2"
+version = "1.6.1"
8
description = "Python implementation of the sscha code"
9
authors = [{name = "Lorenzo Monacelli"}] # Put here email
10
readme = "README.md"
0 commit comments