From 67469d94e838cb8b5c9b6da55cd468fc33f45c8a Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sat, 1 Feb 2020 15:38:05 +0100 Subject: [PATCH] Increase version to 2.0 Major feature: New AES-GCM based crypto layer. --- setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py index 1f21997..f5169df 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup( name='python-delta-tar', - version='1.6', + version='2.0', description='deltatar python package', author='Intra2net', author_email='info@intra2net.com', -- 1.7.1