]> git.uio.no Git - python-TSD.git/blobdiff - setup.py
Release version 0.13.
[python-TSD.git] / setup.py
index c42fe2573096991831c9cebfcd55ae9941dca3d4..8baf79fab229645ea1d54e99a8ef3f44236b5689 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='python-TSD',
-      version='0.12',
+      version='0.13',
       description='Python tools and libraries for TSD',
       author='Petter Reinholdtsen',
       author_email='tsd-core@usit.uio.no',
@@ -18,5 +18,6 @@ setup(name='python-TSD',
                'bin/tsd-virtcreate-autochpwd',
                'bin/tsd-run-with-lockfile',
                'bin/tsd-atom2hosts',
+               'bin/tsd-role2hosts',
               ],
      )