1
0

Compare commits

..

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

2 changed files with 5 additions and 4 deletions

View File

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

View File

@ -28,10 +28,11 @@ understanding of the ratelimiting and caching behaviour of their associated webs
Copyright (c) 2024 Jon Michael Aanes Copyright (c) 2024 Jon Michael Aanes
All rights reserved. All rights reserved.
```""".strip() ```"""
PACKAGE_DESCRIPTION_SHORT = """ PACKAGE_DESCRIPTION_SHORT = (
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.""".strip() '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: