Compare commits
No commits in common. "9758b36d4f8dbd220cd290c387228c65eebfb750" and "54f906a3fcda6e63c29d29c879b53a45270996a6" have entirely different histories.
9758b36d4f
...
54f906a3fc
|
@ -1 +1 @@
|
|||
__version__ = '0.1.9'
|
||||
__version__ = '0.1.8'
|
||||
|
|
5
setup.py
5
setup.py
|
@ -67,10 +67,7 @@ Copyright (c) 2024 Jon Michael Aanes
|
|||
All rights reserved.
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = (
|
||||
'System for loading secrets from a variety of sources.'
|
||||
)
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT='System for loading secrets from a variety of sources.'
|
||||
|
||||
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