Compare commits
No commits in common. "0eeff8d0fbe22c3811f54586d0c490afa3fa9bef" and "f3ca2f227240201629b9a1931812b933d5adfe3b" have entirely different histories.
0eeff8d0fb
...
f3ca2f2272
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.20'
|
__version__ = '0.1.19'
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -41,10 +41,7 @@ Copyright (c) 2024 Jon Michael Aanes
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
```"""
|
```"""
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT = (
|
PACKAGE_DESCRIPTION_SHORT='Python library for automatic fetching of personal asset depo information.'
|
||||||
'Python library for automatic fetching of personal asset depo information.'
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user