We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad88e5 commit 074d973Copy full SHA for 074d973
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = refind_btrfs
3
-version = 0.6.0
+version = 0.6.1
4
description = Generate rEFInd manual boot stanzas from Btrfs snapshots
5
long_description = file: README.md
6
keywords = rEFInd, btrfs
setup.py
@@ -28,7 +28,7 @@
28
29
setuptools.setup(
30
name="refind-btrfs",
31
- version="0.6.0",
+ version="0.6.1",
32
author="Luka Žaja",
33
author_email="luka.zaja@protonmail.com",
34
description="Generate rEFInd manual boot stanzas from Btrfs snapshots",
0 commit comments