From 399d5d1ef5f6f7147097b0434b0fc906d2d2a056 Mon Sep 17 00:00:00 2001 From: Charles Daniels Date: Sat, 17 Nov 2018 17:57:57 -0500 Subject: [PATCH] fix version number --- gmixerctl/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmixerctl/constants.py b/gmixerctl/constants.py index ec13f77..601f816 100644 --- a/gmixerctl/constants.py +++ b/gmixerctl/constants.py @@ -21,7 +21,7 @@ "record.slaves" ] -version = "0.0.2" +version = "0.1.0" license = """ Copyright (c) 2018, Charles Daniels (except where otherwise noted)