Skip to content

Commit f330072

Browse files
committed
chore: bump version: 0.16.2rc5 -> 0.16.2rc6
1 parent 7267a6c commit f330072

File tree

28 files changed

+31
-31
lines changed

28 files changed

+31
-31
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2rc5
2+
current_version = 0.16.2rc6
33
commit = true
44
tag = true
55
tag_name = {new_version}

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ executors:
2323
parameters:
2424
det-version:
2525
type: string
26-
default: 0.16.2rc5
26+
default: 0.16.2rc6
2727

2828
release-and-rc-filters: &release-and-rc-filters
2929
branches:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.2rc5
1+
0.16.2rc6

cli/determined_cli/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.2rc5"
1+
__version__ = "0.16.2rc6"

cli/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="determined-cli",
5-
version="0.16.2rc5",
5+
version="0.16.2rc6",
66
author="Determined AI",
77
author_email="[email protected]",
88
url="https://determined.ai/",
@@ -13,6 +13,6 @@
1313
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
1414
python_requires=">=3.6",
1515
install_requires=[
16-
"determined==0.16.2rc5",
16+
"determined==0.16.2rc6",
1717
],
1818
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.2rc5"
1+
__version__ = "0.16.2rc6"

common/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="determined-common",
5-
version="0.16.2rc5",
5+
version="0.16.2rc6",
66
author="Determined AI",
77
author_email="[email protected]",
88
url="https://determined.ai/",
@@ -14,7 +14,7 @@
1414
python_requires=">=3.5",
1515
package_data={"determined.common": ["py.typed"]},
1616
install_requires=[
17-
"determined==0.16.2rc5",
17+
"determined==0.16.2rc6",
1818
],
1919
zip_safe=False,
2020
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.2rc5"
1+
__version__ = "0.16.2rc6"

deploy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="determined-deploy",
5-
version="0.16.2rc5",
5+
version="0.16.2rc6",
66
author="Determined AI",
77
author_email="[email protected]",
88
url="https://determined.ai/",
@@ -13,6 +13,6 @@
1313
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
1414
python_requires=">=3.6",
1515
install_requires=[
16-
"determined==0.16.2rc5",
16+
"determined==0.16.2rc6",
1717
],
1818
)

harness/determined/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.2rc5"
1+
__version__ = "0.16.2rc6"

0 commit comments

Comments
 (0)