Skip to content

Commit

Permalink
new part
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Jul 31, 2024
1 parent 0ecb3f3 commit 0321836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
The output can be piped as a markdown table or csv-like data as well. A number
of output format options are available but less than the tabtotext.py module."""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__copyright__ = "(C) 2023-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3314"

from typing import Union, List, Dict, cast, Tuple, Optional, TextIO, Iterable, NamedTuple, Any
Expand Down

0 comments on commit 0321836

Please sign in to comment.