Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tatt:master commit in: /
Date: Tue, 02 Nov 2021 12:12:54
Message-Id: 1635853942.0ef17201771e8658de76be559dbbe5a752dcf296.sam@gentoo
1 commit: 0ef17201771e8658de76be559dbbe5a752dcf296
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 22:11:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 11:52:22 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/tatt.git/commit/?id=0ef17201
7
8 templates/tatt_functions.sh: create logs dir
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 setup.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/setup.py b/setup.py
16 index fcd23cb..81904f3 100644
17 --- a/setup.py
18 +++ b/setup.py
19 @@ -1,7 +1,7 @@
20 from setuptools import setup, find_packages
21
22 setup(name = "tatt",
23 - version = "0.2",
24 + version = "0.9",
25 packages = find_packages(),
26 scripts = ['scripts/tatt'],
27 package_data = {