Compare commits
3 Commits
b01f7f5945
...
4f46e8a755
Author | SHA1 | Date | |
---|---|---|---|
4f46e8a755 | |||
98d1b1bf59 | |||
5b34be2ac1 |
|
@ -1 +1 @@
|
||||||
__version__ = '0.3.1'
|
__version__ = '0.3.2'
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -41,7 +41,10 @@ this stuff is worth it, you can buy me a beer in return.
|
||||||
Jon Michael Aanes
|
Jon Michael Aanes
|
||||||
```"""
|
```"""
|
||||||
|
|
||||||
PACKAGE_DESCRIPTION_SHORT='Simple interpreter and stack tracer for the AMD x86-64 ABI.'
|
PACKAGE_DESCRIPTION_SHORT = (
|
||||||
|
'Simple interpreter and stack tracer for the AMD x86-64 ABI.'
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user