diff options
author | Juan J. Martinez <jjm@usebox.net> | 2024-06-18 16:06:02 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2024-06-18 16:06:02 +0100 |
commit | 04f83961eaa30cdbc24584ea744e955e32d00e0c (patch) | |
tree | 7c9f8e51e039629bb5fb854f41b9354fc3eba545 | |
parent | 976fe910d3fa77909d847ab32e21c1627fed97ab (diff) | |
download | funco-04f83961eaa30cdbc24584ea744e955e32d00e0c.tar.gz funco-04f83961eaa30cdbc24584ea744e955e32d00e0c.zip |
Bumped version0.4
-rwxr-xr-x | funco | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import sys from argparse import ArgumentParser from dataclasses import dataclass -__version__ = "0.3" +__version__ = "0.4" def error(msg): |