From f1624604c295bc980ea95253f4b651564c8b30b3 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sun, 21 Oct 2018 14:22:02 -0400 Subject: [PATCH] sync version numbers with HogOS --- OscCommentMacroListener.py | 2 +- OscMacroDefinitions.py | 2 +- comment.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OscCommentMacroListener.py b/OscCommentMacroListener.py index 1cd2164..dea5e42 100644 --- a/OscCommentMacroListener.py +++ b/OscCommentMacroListener.py @@ -8,7 +8,7 @@ __copyright__ = "Copyright 2018, Company 235, LLC" __credits__ = ["Kevin Matz"] __license__ = "MIT" -__version__ = "0.0.1" +__version__ = "3.9" __maintainer__ = "Kevin Matz" __email__ = "kevin@company235.com" diff --git a/OscMacroDefinitions.py b/OscMacroDefinitions.py index 08d3e17..fc5a700 100644 --- a/OscMacroDefinitions.py +++ b/OscMacroDefinitions.py @@ -8,7 +8,7 @@ __copyright__ = "Copyright 2018, Company 235, LLC" __credits__ = ["Kevin Matz"] __license__ = "MIT" -__version__ = "0.0.1" +__version__ = "3.9" __maintainer__ = "Kevin Matz" __email__ = "kevin@company235.com" diff --git a/comment.py b/comment.py index 890e748..b918b08 100755 --- a/comment.py +++ b/comment.py @@ -8,7 +8,7 @@ __copyright__ = "Copyright 2018, Company 235, LLC" __credits__ = ["Kevin Matz"] __license__ = "MIT" -__version__ = "0.0.1" +__version__ = "3.9" __maintainer__ = "Kevin Matz" __email__ = "kevin@company235.com"