remove __version__s dependent on subversion keyword expansion (closes #12221)

This commit is contained in:
Benjamin Peterson 2011-05-31 20:52:17 -05:00
parent 9e3e1c6e4e
commit 8c6f88efa2
13 changed files with 94 additions and 104 deletions

View file

@ -29,8 +29,6 @@
"""Read from and write to tar format archives.
"""
__version__ = "$Revision$"
version = "0.9.0"
__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)"
__date__ = "$Date$"