From 5e1824933fe9c64d634cc9855f108f2cc20572fb Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 28 May 2021 00:17:41 -0500 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe2b6ee..f397a90 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="openwrt_backup", - version="1.1", + version="1.2", description="Backup files from openwrt and copy to computer", install_requires=INSTALL_REQUIRES, author="Raphael Roberts",