From 9ae68041dca226dffc694f4c524ad9da9084bf82 Mon Sep 17 00:00:00 2001 From: Isaac Flath Date: Sun, 9 Feb 2025 18:00:46 -0500 Subject: [PATCH] bump --- monsterui/__init__.py | 2 +- settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/monsterui/__init__.py b/monsterui/__init__.py index 5becc17..0058b93 100644 --- a/monsterui/__init__.py +++ b/monsterui/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1" \ No newline at end of file diff --git a/settings.ini b/settings.ini index 2ef8be9..e314f01 100644 --- a/settings.ini +++ b/settings.ini @@ -1,7 +1,7 @@ [DEFAULT] repo = MonsterUI lib_name = MonsterUI -version = 1.0.0 +version = 1.0.1 min_python = 3.10 license = apache2 black_formatting = False