1
0

Compare commits

..

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

2 changed files with 5 additions and 4 deletions

View File

@ -24,10 +24,11 @@ Used by one-page-internet.
Copyright (c) 2022-2024 Jon Michael Aanes Copyright (c) 2022-2024 Jon Michael Aanes
All rights reserved. All rights reserved.
```""".strip() ```"""
PACKAGE_DESCRIPTION_SHORT = """ PACKAGE_DESCRIPTION_SHORT = (
Python library for parsing and processing URLs of Social Media Sites.""".strip() 'Python library for parsing and processing URLs of Social Media Sites.'
)
def parse_version_file(text: str) -> str: def parse_version_file(text: str) -> str:

View File

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