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 22:22:24 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 22:22:24 +0000
commitebcb5ae7953bb018f485f9b7ba7d181ff998eb45 (patch)
tree6143bc32a4fd0ec4ce2ede3530ce254eb6ae9aec /setup.py
parentef7ebfc394b717fa2f76154c357cfcf2e1dfdbcf (diff)
Fixed a bug where minimal_installation() didn't return anything.
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 e6fa4f80..4bec19f3 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.3rc21",
+ version="2.0.3rc20",
author="Anton Hvornum",
author_email="anton@hvornum.se",
description="Arch Linux installer - guided, templates etc.",