From bf76d51df22691844a95e8389fc8cf65bb604fd8 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sun, 7 Feb 2021 10:37:18 -0600 Subject: [PATCH] Prepare for v0.3.1 release --- fiscalyear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fiscalyear.py b/fiscalyear.py index 0833fef..27b39a5 100644 --- a/fiscalyear.py +++ b/fiscalyear.py @@ -3,7 +3,7 @@ from __future__ import division, with_statement __author__ = "Adam J. Stewart" -__version__ = "0.3.0" +__version__ = "0.3.1" import calendar import contextlib