From 16b0297201ac0ef75bb518e8f212b5563720aee7 Mon Sep 17 00:00:00 2001 From: Lanqing Yuan Date: Thu, 25 Apr 2024 13:53:54 -0500 Subject: [PATCH] have version (#131) --- saltax/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/saltax/__init__.py b/saltax/__init__.py index 78312ee..4c4d79e 100644 --- a/saltax/__init__.py +++ b/saltax/__init__.py @@ -1,3 +1,5 @@ +__version__ = "0.1.2" + from . import instructions from .instructions import *