Increase release to 1.3
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 17 Jun 2016 15:39:13 +0000 (17:39 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 17 Jun 2016 15:39:13 +0000 (17:39 +0200)
Also switch group from Intranator to Intra2net

setup.py
setup.sh

index 8e1b899..e1b9bd7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,12 +4,12 @@ from distutils.core import setup
 
 setup(
     name='python-delta-tar',
-    version='1.2',
+    version='1.3',
     description='deltatar python package',
     author='Intra2net',
     author_email='info@intra2net.com',
     url='http://www.intra2net.com',
-    classifiers='Intranator',
+    classifiers='Intra2net',
     license='LGPL',
     packages=['deltatar'],
     scripts=['filesplit.py', 'rescue_tar.py']
index 60a2734..2ae8b18 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
 
-python3 setup.py bdist_rpm --release=1 --requires=python3 --group=Intranator
+python3 setup.py bdist_rpm --release=1 --requires=python3 --group=Intra2net