From 27de5b315f3a8e7fe1faefa41552a439c92699da Mon Sep 17 00:00:00 2001 From: Clifton Barnes Date: Tue, 16 Aug 2022 10:14:19 -0400 Subject: [PATCH] Version 4.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e7cc99..ce45c41 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ else: name = 'python-libarchive' -version = '4.1.2' +version = '4.1.3' readme = 'README.rst' repourl = 'https://github.com/smartfile/python-libarchive' long_description = open(readme).read()