Skip to content

Commit

Permalink
Back to master after release 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
csingley committed May 16, 2019
1 parent 75d2fc9 commit 043392f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
license=ABOUT["__license__"],

# Note: change 'master' to the tag name when releasing a new verion
# download_url="{}/master".format(URL_BASE),
download_url="{}/{}".format(URL_BASE, ABOUT["__version__"]),
download_url="{}/master".format(URL_BASE),
# download_url="{}/{}".format(URL_BASE, ABOUT["__version__"]),

entry_points={'console_scripts': ['ofxget=ofxtools.scripts.ofxget:main']},

Expand Down

0 comments on commit 043392f

Please sign in to comment.