From f768c9bcd06d2a60720c1951a36f8cff13c6fe03 Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Wed, 23 Oct 2024 11:22:54 -0500 Subject: [PATCH] updated tags and git ignore --- .gitignore | 5 ++++- src/mikrokondo_tools/__about__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f49961..1063fc7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ .ruff_cache __pycache__ .vscode -errors.txt \ No newline at end of file +errors.txt +/backend/dist/ +/dist/ +/src/hatch/_version.py \ No newline at end of file diff --git a/src/mikrokondo_tools/__about__.py b/src/mikrokondo_tools/__about__.py index 2f17899..04fb493 100755 --- a/src/mikrokondo_tools/__about__.py +++ b/src/mikrokondo_tools/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Matthew Wells # # SPDX-License-Identifier: MIT -__version__ = "0.0.1" +__version__ = "rc0.0.1"