From cdde3fc5ec95120a4dcf710e3aba873dc5c08654 Mon Sep 17 00:00:00 2001 From: "A. Stoewer" Date: Fri, 18 Jul 2014 12:33:20 +0200 Subject: [PATCH] info.py: set version to 0.9.3 --- nix/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/info.py b/nix/info.py index c0d76fec..7bb70838 100644 --- a/nix/info.py +++ b/nix/info.py @@ -6,7 +6,7 @@ # modification, are permitted under the terms of the BSD License. See # LICENSE file in the root of the Project. -VERSION = '0.1' +VERSION = '0.9.3' STATUS = 'Alpha' RELEASE = '%s %s' % (VERSION, STATUS) AUTHOR = 'Christian Kellner, Adrian Stoewer, Andrey Sobolev'