Skip to content

Commit e2fd5c1

Browse files
committed
prepare 0.1.1 release
1 parent d48d1fd commit e2fd5c1

2 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ This file is the canonical record of user-visible PRIK changes. Add changes to
55
release preparation. Versions use [Semantic Versioning](https://semver.org/);
66
release tags add a leading `v` to the package version.
77

8-
## Unreleased
8+
## 0.1.1 — 2026-08-03
9+
10+
- Update README and CONTRIBUTING
11+
- Change the Description section and add more tags
912

10-
_No unreleased changes._
1113

1214
## 0.1.0 — 2026-08-03
1315

pyproject.toml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,31 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "prik"
7-
version = "0.1.0"
8-
description = "Python Runtime Interop Kit"
7+
version = "0.1.1"
8+
description = "Fortran-to-Python native extensions with editable .pyi contracts"
99
readme = "README.md"
1010
authors = [
11-
{ name = "Said Hadjout" },
11+
{ name = "Said Hadjout" , email = "saidaissa.hadjout@gmail.com"},
12+
]
13+
keywords = [
14+
"fortran",
15+
"f2py",
16+
"interop",
17+
"bindings",
18+
"native-extension",
19+
"cpython-extension",
20+
"numpy",
21+
"wrapper-generator",
22+
"scientific-computing",
1223
]
13-
keywords = ["fortran", "interop", "native-extension", "numpy", "wrapper-generator"]
1424
classifiers = [
1525
"Development Status :: 3 - Alpha",
1626
"Intended Audience :: Developers",
1727
"Intended Audience :: Science/Research",
1828
"Operating System :: MacOS",
1929
"Operating System :: POSIX :: Linux",
30+
"Programming Language :: Fortran",
31+
"Programming Language :: C",
2032
"Programming Language :: Python :: 3",
2133
"Programming Language :: Python :: 3.10",
2234
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)