From 7948e887e152167dd63a7faf9682476e37d8d5ab Mon Sep 17 00:00:00 2001 From: Hensel Date: Fri, 29 Apr 2016 18:23:08 +0300 Subject: [PATCH] version to 0.1.1 --- sendsay/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sendsay/version.py b/sendsay/version.py index 832710f..a2a22f5 100644 --- a/sendsay/version.py +++ b/sendsay/version.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2015 Vadim Khakulov +# Copyright 2016 Vadim Khakulov # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain @@ -14,4 +14,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "0.1.0-alpha" +__version__ = "0.1.1"