From 5044a1193d89caac4d4085e9b20a8b72b711b32c Mon Sep 17 00:00:00 2001 From: Kevin Restaino Date: Mon, 8 Jan 2024 16:20:21 -0500 Subject: [PATCH] chore: 1.0.0 --- VERSION | 1 + sptnr.py | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..afaf360 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0 \ No newline at end of file diff --git a/sptnr.py b/sptnr.py index 4faefec..833e77d 100644 --- a/sptnr.py +++ b/sptnr.py @@ -1,3 +1,6 @@ +with open('VERSION', 'r') as file: + __version__ = file.read().strip() + import argparse import base64 import json