-
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.8.dev0 -> 0.12.9.dev0
- Loading branch information
1 parent
f321a2b
commit d829644
Showing
17 changed files
with
20 additions
and
20 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.8.dev0 | ||
0.12.9.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.8.dev0" | ||
__version__ = "0.12.9.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.8.dev0", | ||
version="0.12.9.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.8.dev0", | ||
"determined-common==0.12.9.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.8.dev0" | ||
__version__ = "0.12.9.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.8.dev0", | ||
version="0.12.9.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.8.dev0" | ||
__version__ = "0.12.9.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.8.dev0", | ||
version="0.12.9.dev0", | ||
author="Determined AI", | ||
author_email="[email protected]", | ||
url="https://determined.ai/", | ||
|
@@ -18,7 +18,7 @@ | |
"docker[ssh]>=3.7.3", | ||
"paramiko>=2.4.2", # explicitly pull in paramiko to prevent DistributionNotFound error | ||
"docker-compose>=1.13.0", | ||
"determined-common==0.12.8.dev0", | ||
"determined-common==0.12.9.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.8.dev0" | ||
__version__ = "0.12.9.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.8.dev0", | ||
version="0.12.9.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.8.dev0", | ||
"determined-common==0.12.9.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
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