From 5b102b0228e8ffce81341bb2bf771a082d8263c4 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 28 Jun 2023 14:22:07 +0200 Subject: Adding python-simple-term-menu to the dependency list (#1901) * Adding python-simple-term-menu to the dependency list * Added dependencies to all binaries we call, such as 'ps' and 'mkfs' etc * Sorted the depends list - just for peace of mind * Bumped version in prep for release of rc1, also updated README a bit * Removed older python versions from classifiers --- archinstall/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archinstall/__init__.py') diff --git a/archinstall/__init__.py b/archinstall/__init__.py index e5ec462a..af811465 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -39,7 +39,7 @@ if TYPE_CHECKING: _: Any -__version__ = "2.5.6" +__version__ = "2.6.0rc1" storage['__version__'] = __version__ -- cgit v1.2.3-54-g00ecf