1
0

Compare commits

..

No commits in common. "0fa1f44d0acda9669c981228ed087bd16d0b5af2" and "82d1ef6496a0e85af02f0397ea3f49562123e9d6" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -26,10 +26,7 @@ Copyright (c) 2022-2024 Jon Michael Aanes
All rights reserved.
```"""
PACKAGE_DESCRIPTION_SHORT = (
'Python library for parsing and processing URLs of Social Media Sites.'
)
PACKAGE_DESCRIPTION_SHORT='Python library for parsing and processing URLs of Social Media Sites.'
def parse_version_file(text: str) -> str:
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)

View File

@ -1 +1 @@
__version__ = '0.1.18'
__version__ = '0.1.17'