Restore 0.1.5 version from stash
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
#
|
||||
# Copyright (c) 2013-2025, John McNamara, jmcnamara@cpan.org
|
||||
#
|
||||
__version__ = "3.2.9"
|
||||
__VERSION__ = __version__
|
||||
from .workbook import Workbook # noqa
|
||||
|
||||
__all__ = ["Workbook"]
|
||||
Reference in New Issue
Block a user