Skip to content

Commit

Permalink
update version to 0.15.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl10 committed Jun 27, 2019
1 parent eb21557 commit 0bbb141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arxiv/base/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@

ARXIV_BUSINESS_TZ = os.environ.get("ARXIV_BUSINESS_TZ", "US/Eastern")

BASE_VERSION = "0.15.8"
BASE_VERSION = "0.15.9"
"""The version of the arxiv-base package."""

APP_VERSION = "0.15.8"
APP_VERSION = "0.15.9"
"""The version of the base test app."""

"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='arxiv-base',
version='0.15.8.post1',
version='0.15.9',
packages=[f'arxiv.{package}' for package
in find_packages('arxiv', exclude=['*test*'])],
zip_safe=False,
Expand Down

0 comments on commit 0bbb141

Please sign in to comment.