Compare commits
No commits in common. "d7816dd3a7987deb1483dcfe2447483eb9153b21" and "0fa1f44d0acda9669c981228ed087bd16d0b5af2" have entirely different histories.
d7816dd3a7
...
0fa1f44d0a
7
setup.py
7
setup.py
|
@ -24,10 +24,11 @@ Used by one-page-internet.
|
|||
Copyright (c) 2022-2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```""".strip()
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = """
|
||||
Python library for parsing and processing URLs of Social Media Sites.""".strip()
|
||||
PACKAGE_DESCRIPTION_SHORT = (
|
||||
'Python library for parsing and processing URLs of Social Media Sites.'
|
||||
)
|
||||
|
||||
|
||||
def parse_version_file(text: str) -> str:
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.19'
|
||||
__version__ = '0.1.18'
|
||||
|
|
Loading…
Reference in New Issue
Block a user