From 6fd477b97f22fb59806d1834879076b41b1b4993 Mon Sep 17 00:00:00 2001 From: Harrison Date: Sat, 18 Mar 2023 16:38:46 +1100 Subject: [PATCH] fix for export --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27483f2..48533fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "rwkvstic" -version = "2.0.0" +version = "2.0.1" authors = [ { name="Harrison Vanderbyl", email="harrison.vanderbyl@gmail.com" }, ]