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 21:56:47 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 21:56:47 +0000
commitdbbb52de3eabc62733b0d6b2ab2ff72ba7a219d3 (patch)
tree18948171993e98143ef8f447c9a0caf8e639fc85 /setup.py
parentd7a9310a3a988ec82e709d5b79d483537ce3486a (diff)
versionbump in setup.py
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 37410097..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.3rc19",
+ version="2.0.3rc20",
author="Anton Hvornum",
author_email="anton@hvornum.se",
description="Arch Linux installer - guided, templates etc.",