Compare commits
3 Commits
f3ca2f2272
...
0eeff8d0fb
Author | SHA1 | Date | |
---|---|---|---|
0eeff8d0fb | |||
6fb77c80f2 | |||
afc511123f |
|
@ -1 +1 @@
|
|||
__version__ = '0.1.19'
|
||||
__version__ = '0.1.20'
|
||||
|
|
5
setup.py
5
setup.py
|
@ -41,7 +41,10 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user