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-06 22:56:46 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-07-06 22:56:46 +0200
commite54e870f51928f6c487a0a7dcfffb4db183e6932 (patch)
tree5fe159d12713f48af46d4c339b265f24d38f5858 /setup.py
parentd32301e82791d7aa15c588d5f853d378cce4e9d9 (diff)
Hotfix for pypi
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 c2b14559..81666ffb 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.0",
+ version="2.0.1",
author="Anton Hvornum",
author_email="anton@hvornum.se",
description="Arch Linux installer - guided, templates etc.",