Skip to content

Commit 2004d51

Browse files
committed
update wording, bup ver
Signed-off-by: Zen <[email protected]>
1 parent 916d082 commit 2004d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pycpio"
7-
version = "1.4.2"
7+
version = "1.5.0"
88

99
authors = [
1010
{ name="Desultory", email="[email protected]" },

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A library for creating CPIO files in Python.
88

99
Currently, the library only supports the New ASCII format.
1010

11-
xz compression and zstd compression types are suppored.
11+
xz and zstd compression types are currently suppored.
1212

1313
This library is primary designed for use in [ugrd](https://github.com/desultory/ugrd) to create CPIO archives for use in initramfs.
1414

0 commit comments

Comments
 (0)