-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version: 0.12.7.dev0 -> 0.12.8.dev0
- Loading branch information
1 parent
b3d40e3
commit 5aa0eb3
Showing
16 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.12.7.dev0 | ||
0.12.8.dev0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.12.7.dev0" | ||
__version__ = "0.12.8.dev0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined-cli", | ||
version="0.12.7.dev0", | ||
version="0.12.8.dev0", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -21,7 +21,7 @@ | |
"ruamel.yaml>=0.15.78", | ||
"tabulate>=0.8.3", | ||
"termcolor==1.1.0", | ||
"determined-common==0.12.7.dev0", | ||
"determined-common==0.12.8.dev0", | ||
], | ||
entry_points={"console_scripts": ["det = determined_cli.__main__:main"]}, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.12.7.dev0" | ||
__version__ = "0.12.8.dev0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined-common", | ||
version="0.12.7.dev0", | ||
version="0.12.8.dev0", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.12.7.dev0" | ||
__version__ = "0.12.8.dev0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined-deploy", | ||
version="0.12.7.dev0", | ||
version="0.12.8.dev0", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -17,7 +17,7 @@ | |
"requests>=2.20.0", | ||
"docker[ssh]>=3.7.3", # ssh extra prevents paramiko dependency error | ||
"docker-compose>=1.13.0", | ||
"determined-common==0.12.7.dev0", | ||
"determined-common==0.12.8.dev0", | ||
], | ||
entry_points={"console_scripts": ["det-deploy = determined_deploy.__main__:main"]}, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.12.7.dev0" | ||
__version__ = "0.12.8.dev0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name="determined", | ||
version="0.12.7.dev0", | ||
version="0.12.8.dev0", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -26,7 +26,7 @@ | |
"pyzmq==18.1.0", | ||
"requests>=2.20.0", | ||
"simplejson==3.16.0", | ||
"determined-common==0.12.7.dev0", | ||
"determined-common==0.12.8.dev0", | ||
"yogadl==0.1.1", | ||
], | ||
extras_require={ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters