From 21c5c1787f17ea3298a794b43d5f948878922ac6 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Thu, 12 May 2022 23:32:09 -0400 Subject: [PATCH] bump version --- buttond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttond.py b/buttond.py index af0007b..d628960 100755 --- a/buttond.py +++ b/buttond.py @@ -8,7 +8,7 @@ __copyright__ = "Copyright 2019, Company 235, LLC" __credits__ = ["Kevin Matz"] __license__ = "MIT" -__version__ = "1.0" +__version__ = "1.1" __maintainer__ = "Kevin Matz" __email__ = "kevin@company235.com"