Compare commits
No commits in common. "dc9dd06f8cb859fb1d094b96b8ede2f0ab103172" and "c666a7f6004b5a0b704ac48fcf825f3bb082bc77" have entirely different histories.
dc9dd06f8c
...
c666a7f600
|
@ -1 +1 @@
|
|||
__version__ = '0.1.10'
|
||||
__version__ = '0.1.9'
|
||||
|
|
5
setup.py
5
setup.py
|
@ -46,10 +46,7 @@ Copyright (c) 2024 Jon Michael Aanes
|
|||
All rights reserved.
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT = (
|
||||
'Quick and dirty time tracker on git histories.'
|
||||
)
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT='Quick and dirty time tracker on git histories.'
|
||||
|
||||
def parse_version_file(text: str) -> str:
|
||||
match = re.match(r'^__version__\s*=\s*(["\'])([\d\.]+)\1$', text)
|
||||
|
|
Reference in New Issue
Block a user