aboutsummaryrefslogtreecommitdiff
path: root/rainbow_parenthesis
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-18 18:04:51 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-18 18:07:15 +0200
commit560d5191c8df27e35be57e889cccbde1a7a9635c (patch)
tree6a7bcdafd63f37097cf21372ba99d8cfe090262a /rainbow_parenthesis
parentUpdate readme. (diff)
downloadrainbow-parenthesis-560d5191c8df27e35be57e889cccbde1a7a9635c.tar.gz
rainbow-parenthesis-560d5191c8df27e35be57e889cccbde1a7a9635c.tar.xz
Work on making program ready for packaging.v0.2
Diffstat (limited to 'rainbow_parenthesis')
-rw-r--r--rainbow_parenthesis/__init__.py2
1 files changed, 2 insertions, 0 deletions
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():