Skip to content

Commit

Permalink
chore: fix missing version bump to 0.15.4.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-determined-ai committed May 12, 2021
1 parent 61a4663 commit cbc62bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="determined-deploy",
version="0.15.3.dev0",
version="0.15.4.dev0",
author="Determined AI",
author_email="hello@determined.ai",
url="https://determined.ai/",
Expand All @@ -13,6 +13,6 @@
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
python_requires=">=3.6",
install_requires=[
"determined==0.15.3.dev0",
"determined==0.15.4.dev0",
],
)

0 comments on commit cbc62bd

Please sign in to comment.