From 51c8e1f8dbe0d179a486812782d90a49ad9e2bd1 Mon Sep 17 00:00:00 2001
From: Clifton Barnes <cbarnes@smartfile.com>
Date: Fri, 12 Aug 2022 10:55:48 -0400
Subject: [PATCH] Version 4.1.0

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6bc4c23..775fd85 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ else:
 
 
 name = 'python-libarchive'
-version = '4.0.1'
+version = '4.1.0'
 release = '1'
 versrel = version + '-' + release
 readme = 'README.rst'