From 560d5191c8df27e35be57e889cccbde1a7a9635c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Sep 2023 18:04:51 +0200 Subject: Work on making program ready for packaging. --- rainbow_parenthesis/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rainbow_parenthesis/__init__.py') diff --git a/rainbow_parenthesis/__init__.py b/rainbow_parenthesis/__init__.py index 4be7d80..32b7493 100644 --- a/rainbow_parenthesis/__init__.py +++ b/rainbow_parenthesis/__init__.py @@ -9,6 +9,8 @@ import io from typing import Literal, Generator from dataclasses import dataclass +__version__ = "0.2" + @dataclass class Stackpointer(): -- cgit v1.2.3