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 13:42:48 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 13:42:48 +0000
commit614d6374b86120eb3a34fc8316235feb3eeb9d81 (patch)
tree2963dd400d5a53bdbcc9d7c2c8a94e2305027a5a /setup.py
parent3e97b1e93c0ccb618c9b996acc0fc93837bf358e (diff)
Forgot to split the path, assumed it was a list
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 4d561840..441cea9c 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.3rc7",
+ version="2.0.3rc8",
author="Anton Hvornum",
author_email="anton@hvornum.se",
description="Arch Linux installer - guided, templates etc.",