From 8c47de6af79e0685c7bd5318eeda402f2f5ec2ce Mon Sep 17 00:00:00 2001 From: mjaworski Date: Thu, 23 Apr 2015 13:46:23 +0200 Subject: [PATCH] prepare new release * bump version to 0.0.3 * add lfyzjck to authors file --- AUTHORS.md | 3 ++- src/ianitor/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index f283220..45858f9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,7 +2,8 @@ This file contains the list of people involved in the development of ianitor along its history. -* Michał Jaworski +* Michał Jaworski +* Jia Chengkun Great thanks to [Clearcode](http://clearcode.cc) for allowing releasing ianitor as free software! \ No newline at end of file diff --git a/src/ianitor/__init__.py b/src/ianitor/__init__.py index a7a81dd..9531a8d 100644 --- a/src/ianitor/__init__.py +++ b/src/ianitor/__init__.py @@ -18,5 +18,5 @@ # along with ianitor. If not, see . # flake8: noqa -VERSION = (0, 0, 2) # PEP 386 +VERSION = (0, 0, 3) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])