From f120a00ef924764564856f93e338453d1c3e65a9 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Thu, 14 Dec 2023 10:49:09 +0100 Subject: [PATCH] cleanup --- nostr_dvm/__init__.py | 10 ---------- start.cmd => start_windows.cmd | 0 2 files changed, 10 deletions(-) rename start.cmd => start_windows.cmd (100%) diff --git a/nostr_dvm/__init__.py b/nostr_dvm/__init__.py index e6ed13d..e69de29 100644 --- a/nostr_dvm/__init__.py +++ b/nostr_dvm/__init__.py @@ -1,10 +0,0 @@ -# We follow Semantic Versioning (https://semver.org/) -_MAJOR_VERSION = '0' -_MINOR_VERSION = '0' -_PATCH_VERSION = '1' - -__version__ = '.'.join([ - _MAJOR_VERSION, - _MINOR_VERSION, - _PATCH_VERSION, -]) \ No newline at end of file diff --git a/start.cmd b/start_windows.cmd similarity index 100% rename from start.cmd rename to start_windows.cmd