From a0694c05456c0dcfd37695cb9ae0ed00181881d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20P=C3=A1sztor?= Date: Thu, 30 Apr 2015 01:22:19 +0100 Subject: [PATCH] v0.2.0 --- jsoncfg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsoncfg/__init__.py b/jsoncfg/__init__.py index 8659ea9..3845ed3 100644 --- a/jsoncfg/__init__.py +++ b/jsoncfg/__init__.py @@ -23,7 +23,7 @@ # version_info[0]: increase in case of large rewrites that are not backward compatible # version_info[1]: increase in case of adding new features that keep old ones backward compatible # version_info[2]: adding only bugfixes without interface modification -version_info = (0, 1, 0) +version_info = (0, 2, 0) __version__ = '.'.join(str(n) for n in version_info) __author__ = 'István Pásztor' __license__ = 'MIT'