1
0

Compare commits

..

No commits in common. "0eeff8d0fbe22c3811f54586d0c490afa3fa9bef" and "f3ca2f227240201629b9a1931812b933d5adfe3b" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = '0.1.20'
__version__ = '0.1.19'

View File

@ -41,10 +41,7 @@ Copyright (c) 2024 Jon Michael Aanes
All rights reserved.
```"""
PACKAGE_DESCRIPTION_SHORT = (
'Python library for automatic fetching of personal asset depo information.'
)
PACKAGE_DESCRIPTION_SHORT='Python library for automatic fetching of personal asset depo information.'
def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)