diff --git a/setup.py b/setup.py index bdc796c..fe2b6ee 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("requirements.txt") as file: setup( name="openwrt_backup", - version="1.0", + version="1.1", description="Backup files from openwrt and copy to computer", install_requires=INSTALL_REQUIRES, author="Raphael Roberts",