commit: 19ad4fb89c8939f5d0f993536079870cec4c025d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 19:36:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 19:36:39 2022 +0000
URL: https://gitweb.gentoo.org/proj/tatt.git/commit/?id=19ad4fb8
setup.py: 0.10
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 81904f3..6d2d730 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name = "tatt",
- version = "0.9",
+ version = "0.10",
packages = find_packages(),
scripts = ['scripts/tatt'],
package_data = {