From 93714133f4cd89b44abb30a6b69a273d5ddefe41 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Wed, 24 Nov 2021 16:37:29 -0500 Subject: Set the version for master to 2.3.1 development --- 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 cc191230..4b13fc18 100644 --- a/archinstall/__init__.py +++ b/archinstall/__init__.py @@ -23,7 +23,7 @@ from .lib.user_interaction import * parser = ArgumentParser() -__version__ = "2.3.0" +__version__ = "2.3.1.dev0" storage['__version__'] = __version__ -- cgit v1.2.3-54-g00ecf