Skip to content

Commit

Permalink
Bump version for release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
csingley committed Sep 3, 2023
1 parent 57b5c19 commit 66a363b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ibflex/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Parse Interactive Brokers Flex XML reports and convert to Python types"
),
__url__ = "https://github.com/csingley/ibflex"
__version__ = "0.15"
__version__ = "0.16"
__author__ = "Christopher Singley"
__author_email__ = "csingley@gmail.com"
__license__ = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
python_requires=">=3.7",
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__"]),
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 66a363b

Please sign in to comment.