Skip to content

Commit

Permalink
Prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Jan 14, 2021
1 parent 1489225 commit f9b3bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 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.2.0"
__version__ = "0.3.0"

import calendar
import contextlib
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
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.2.0.tar.gz",
download_url="https://github.com/adamjstewart/fiscalyear/archive/v%s.tar.gz"
% fiscalyear.__version__,
author=fiscalyear.__author__,
author_email="ajstewart426@gmail.com",
license="MIT",
Expand Down

0 comments on commit f9b3bd2

Please sign in to comment.