Skip to content

Commit

Permalink
Version bumped, pip deps upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Venom1991 committed Sep 8, 2022
1 parent df46c56 commit e65918a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
antlr4-python3-runtime==4.11.1
appdirs==1.4.4
astroid==2.12.5
astroid==2.12.9
black==22.8.0
build==0.8.0
click==8.1.3
Expand All @@ -22,7 +22,7 @@ pep517==0.13.0
pid==3.0.4
Pillow==9.2.0
platformdirs==2.5.2
pylint==2.15.0
pylint==2.15.2
pyparsing==3.0.9
regex==2022.8.17
semantic-version==2.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = refind_btrfs
version = 0.4.5
version = 0.5.0
description = Generate rEFInd manual boot stanzas from Btrfs snapshots
long_description = file: README.md
keywords = rEFInd, btrfs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

setuptools.setup(
name="refind-btrfs",
version="0.4.5",
version="0.5.0",
author="Luka Žaja",
author_email="luka.zaja@protonmail.com",
description="Generate rEFInd manual boot stanzas from Btrfs snapshots",
Expand Down

0 comments on commit e65918a

Please sign in to comment.