From 25737ccbc1b8063a80304a5495ec6ca62c8692e5 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 9 Feb 2021 12:17:31 +0800 Subject: [PATCH] release v0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79a5fb0..7a43695 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="pacroller", - version="0.1.0", + version="0.1.1", author="Jerry Xiao", author_email="pacroller@mail.jerryxiao.cc", description="unattended upgrade for archlinux",