Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 15:43:54 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 15:43:54 +0000
commit078567f81c17492d0f3bc857a6efa09cc3503fa5 (patch)
tree198e5f53a5e4b7c4adb67fce16fea047bbe22d89 /setup.py
parent99944634e3705057749c1950d893c685b82c1c8f (diff)
Using two different methods for encrypted/non encrypted drives.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f2f39a01..a0306795 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="archinstall",
- version="2.0.3rc11",
+ version="2.0.3rc12",
author="Anton Hvornum",
author_email="anton@hvornum.se",
description="Arch Linux installer - guided, templates etc.",