Increase version to 2.0
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 1 Feb 2020 14:38:05 +0000 (15:38 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Sat, 1 Feb 2020 14:38:05 +0000 (15:38 +0100)
Major feature: New AES-GCM based crypto layer.

setup.py

index 1f21997..f5169df 100644 (file)
--- 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',