diff options
| author | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:19:13 +0000 |
|---|---|---|
| committer | scarabeus <scarabeus@gentoo.org> | 2010-10-28 20:19:13 +0000 |
| commit | ce701fa4977050ad056bad828abf3d369b8c6913 (patch) | |
| tree | 5b73208829dff7140bc8089fd8387bfc2700e04f | |
| parent | 4a91692e01bb6d2330f058fd2a31384c6c57bda0 (diff) | |
| download | gentoolkit-ce701fa4977050ad056bad828abf3d369b8c6913.tar.gz | |
Update version string in eshowkw properly.
svn path=/trunk/gentoolkit/; revision=832
| -rw-r--r-- | pym/gentoolkit/eshowkw/__init__.py | 2 | ||||
| -rwxr-xr-x | setup.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py index efcbfb9..0013493 100644 --- a/pym/gentoolkit/eshowkw/__init__.py +++ b/pym/gentoolkit/eshowkw/__init__.py @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 __package__ = 'eshowkw' -__version__ = '0.5' +__version__ = 'svn' import portage @@ -38,6 +38,7 @@ python_scripts = [os.path.join(cwd, path) for path in ( 'pym/gentoolkit/eclean/cli.py', 'pym/gentoolkit/analyse/__init__.py', 'pym/gentoolkit/equery/__init__.py' + 'pym/gentoolkit/eshowkw/__init__.py' )] |
