From 73a6379c4e93df7df6e948e372c8a70833bf739b Mon Sep 17 00:00:00 2001 From: Bzero Date: Thu, 6 Jun 2024 19:31:58 +0200 Subject: [PATCH] Version 0.1 --- typstwriter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typstwriter/__init__.py b/typstwriter/__init__.py index f0cd604..732d89f 100644 --- a/typstwriter/__init__.py +++ b/typstwriter/__init__.py @@ -1,3 +1,3 @@ """Typstwriter is an integrated editor for the typst typesetting system.""" -__version__ = "0.0" +__version__ = "0.1"