diff --git a/requirements.txt b/requirements.txt index 824cfee..f6dc7e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 diff --git a/setup.cfg b/setup.cfg index 147e647..dce3e1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 6f30d1c..2f26751 100644 --- a/setup.py +++ b/setup.py @@ -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",