1
0

Compare commits

..

No commits in common. "1b83420f3cd0e0b471323d061a151c14f391bb69" and "e41ddd4ea2d85596843f887b59169c497db739e8" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = '0.1.15' __version__ = '0.1.14'

View File

@ -30,10 +30,7 @@ Copyright (c) 2024 Jon Michael Aanes
All rights reserved. All rights reserved.
```""" ```"""
PACKAGE_DESCRIPTION_SHORT = ( PACKAGE_DESCRIPTION_SHORT='Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.'
'Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.'
)
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)