Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 21:12:40 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-08 21:12:40 +0000
commitd7a9310a3a988ec82e709d5b79d483537ce3486a (patch)
tree179b6867d2fe9566cfa2660fb2fd301c819177eb
parent6c3be5de959462da8d0dce51a8ed8de819ee5cfc (diff)
versionbump in setup.py
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c190ca61..37410097 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.3rc18",
+ version="2.0.3rc19",
author="Anton Hvornum",
author_email="anton@hvornum.se",
description="Arch Linux installer - guided, templates etc.",