From 365f86e4d6dff7dddd688faa4360d556e259c3c2 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Fri, 25 Oct 2019 12:32:55 -0500 Subject: [PATCH] Changes for 0.2.0 release --- fiscalyear.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fiscalyear.py b/fiscalyear.py index d4a569f..770e5f5 100644 --- a/fiscalyear.py +++ b/fiscalyear.py @@ -3,7 +3,7 @@ from __future__ import division, with_statement __author__ = 'Adam J. Stewart' -__version__ = '0.1.0' +__version__ = '0.2.0' import calendar import contextlib diff --git a/setup.py b/setup.py index 1bc45fa..49f1d73 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ description='Utilities for managing the fiscal calendar', long_description=long_description, url='https://github.com/adamjstewart/fiscalyear', - download_url='https://github.com/adamjstewart/fiscalyear/archive/v0.1.0.tar.gz', # noqa: E501 + download_url='https://github.com/adamjstewart/fiscalyear/archive/v0.2.0.tar.gz', # noqa: E501 author=fiscalyear.__author__, author_email='ajstewart426@gmail.com', license='MIT',