Skip to content

Commit

Permalink
Changes for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Oct 25, 2019
1 parent cfc6ef1 commit 365f86e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fiscalyear.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 365f86e

Please sign in to comment.