Skip to content

Commit e65918a

Browse files
committed
Version bumped, pip deps upgraded
1 parent df46c56 commit e65918a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
antlr4-python3-runtime==4.11.1
22
appdirs==1.4.4
3-
astroid==2.12.5
3+
astroid==2.12.9
44
black==22.8.0
55
build==0.8.0
66
click==8.1.3
@@ -22,7 +22,7 @@ pep517==0.13.0
2222
pid==3.0.4
2323
Pillow==9.2.0
2424
platformdirs==2.5.2
25-
pylint==2.15.0
25+
pylint==2.15.2
2626
pyparsing==3.0.9
2727
regex==2022.8.17
2828
semantic-version==2.10.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = refind_btrfs
3-
version = 0.4.5
3+
version = 0.5.0
44
description = Generate rEFInd manual boot stanzas from Btrfs snapshots
55
long_description = file: README.md
66
keywords = rEFInd, btrfs

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setuptools.setup(
3030
name="refind-btrfs",
31-
version="0.4.5",
31+
version="0.5.0",
3232
author="Luka Žaja",
3333
author_email="luka.zaja@protonmail.com",
3434
description="Generate rEFInd manual boot stanzas from Btrfs snapshots",

0 commit comments

Comments
 (0)