From 8ac7d298e78e801ecd9d397b9df1b4b5e37d844e Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sun, 17 Nov 2019 11:12:53 -0500 Subject: [PATCH] set version as 1.0 --- buttond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buttond.py b/buttond.py index 96afc54..91a337b 100755 --- a/buttond.py +++ b/buttond.py @@ -8,7 +8,7 @@ __copyright__ = "Copyright 2019, Company 235, LLC" __credits__ = ["Kevin Matz"] __license__ = "MIT" -__version__ = "3.9" +__version__ = "1.0" __maintainer__ = "Kevin Matz" __email__ = "kevin@company235.com"