From b4fef5b4de88d059af4e00e9e3a050809e4b99f5 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sat, 18 May 2019 07:39:19 -0700 Subject: [PATCH] Release 1.1.7 * Update hypothesis. * Update isort. * Update pytest. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4aba29c..dbf1681 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="zfs-replicate", - version="1.1.6", + version="1.1.7", description="ZFS Snapshot Replicator", long_description=README, url="https://github.com/alunduil/zfs-replicate",