commit: 0ef17201771e8658de76be559dbbe5a752dcf296
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 22:11:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 2 11:52:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/tatt.git/commit/?id=0ef17201
templates/tatt_functions.sh: create logs dir
Signed-off-by: Sam James <sam <AT> gentoo.org>
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index fcd23cb..81904f3 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name = "tatt",
- version = "0.2",
+ version = "0.9",
packages = find_packages(),
scripts = ['scripts/tatt'],
package_data = {