Compare commits
3 Commits
1b83420f3c
...
11ddec9193
Author | SHA1 | Date | |
---|---|---|---|
11ddec9193 | |||
8e37eea171 | |||
7806f5281b |
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.15'
|
__version__ = '0.1.16'
|
||||||
|
|
7
setup.py
7
setup.py
|
@ -28,11 +28,10 @@ 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.'
|
Utility for standarized usage of HTTP requests extension libraries in a modular fashion across different libraries.""".strip()
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
def parse_version_file(text: str) -> str:
|
def parse_version_file(text: str) -> str:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user