1
0

Compare commits

..

No commits in common. "cf1a505a527958279f6a81705f7c2f482999c4fb" and "2056665ba4ce28b5af30253271564c4a395cd6f3" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = '0.1.26' __version__ = '0.1.25'

View File

@ -24,10 +24,7 @@ Copyright (c) 2024 Jon Michael Aanes
All rights reserved. All rights reserved.
```""" ```"""
PACKAGE_DESCRIPTION_SHORT = ( PACKAGE_DESCRIPTION_SHORT='Python library defining base types for financial processing.'
'Python library defining base types for financial processing.'
)
def parse_version_file(text: str) -> str: def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text) match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)