mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Update version information of the _which.py module
This commit is contained in:
parent
df79469ec7
commit
cb5c1803b0
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@ _cmdlnUsage = """
|
|||
files without executable access.
|
||||
"""
|
||||
|
||||
__revision__ = "$Id: which.py 1448 2007-02-28 19:13:06Z trentm $"
|
||||
__version_info__ = (1, 1, 3)
|
||||
__version_info__ = (1, 2, 0)
|
||||
__version__ = '.'.join(map(str, __version_info__))
|
||||
__all__ = ["which", "whichall", "whichgen", "WhichError"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue