1
0

Compare commits

..

No commits in common. "9758b36d4f8dbd220cd290c387228c65eebfb750" and "54f906a3fcda6e63c29d29c879b53a45270996a6" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
__version__ = '0.1.9' __version__ = '0.1.8'

View File

@ -67,10 +67,7 @@ Copyright (c) 2024 Jon Michael Aanes
All rights reserved. All rights reserved.
```""" ```"""
PACKAGE_DESCRIPTION_SHORT = ( PACKAGE_DESCRIPTION_SHORT='System for loading secrets from a variety of sources.'
'System for loading secrets from a variety of sources.'
)
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)