From 9f3ce1af03717f0942cb369479829d95237e86ba Mon Sep 17 00:00:00 2001 From: Matsumoto Taichi Date: Tue, 25 Sep 2012 23:11:04 -0400 Subject: [PATCH] update version to 0.3.1 --- croniter/_release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/croniter/_release.py b/croniter/_release.py index 7a0c1cc..7717968 100644 --- a/croniter/_release.py +++ b/croniter/_release.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = "Matsumoto Taichi" -__version__ = "0.3.0" +__version__ = "0.3.1" __license__ = "MIT License" __doc__ = """ Simple example of usage is followings