From 55e36957c35c7292bdbf1d80a678f4f68e75299a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20P=C3=A1sztor?= Date: Mon, 4 May 2015 23:15:00 +0100 Subject: [PATCH] version 0.3.3 --- jsoncfg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsoncfg/__init__.py b/jsoncfg/__init__.py index ec4d00e..a9a078f 100644 --- a/jsoncfg/__init__.py +++ b/jsoncfg/__init__.py @@ -35,7 +35,7 @@ # case increase only version_info[2]. # version_info[2]: Increase in case of bugfixes. Also use this if you added new features # without modifying the behavior of the previously existing ones. -version_info = (0, 3, 2) +version_info = (0, 3, 3) __version__ = '.'.join(str(n) for n in version_info) __author__ = 'István Pásztor' __license__ = 'MIT'