Compare commits
No commits in common. "0fa1f44d0acda9669c981228ed087bd16d0b5af2" and "82d1ef6496a0e85af02f0397ea3f49562123e9d6" have entirely different histories.
0fa1f44d0a
...
82d1ef6496
5
setup.py
5
setup.py
|
@ -26,10 +26,7 @@ Copyright (c) 2022-2024 Jon Michael Aanes
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
```"""
|
```"""
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT = (
|
PACKAGE_DESCRIPTION_SHORT='Python library for parsing and processing URLs of Social Media Sites.'
|
||||||
'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:
|
||||||
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)
|
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.18'
|
__version__ = '0.1.17'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user