File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44sys .path = ["." , ".." ] + sys .path
55
66project = "AutoGluon-Cloud"
7- release = "0.4.1 "
7+ release = "0.4.2 "
88copyright = "2023, All authors. Licensed under Apache 2.0."
99author = "AutoGluon contributors"
1010
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ Available Documentation for AutoGluon-Cloud
33
44Web-based documentation is available for versions listed below:
55
6- - `AutoGluon 0.4.2 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html >`_
7- - `AutoGluon 0.4.1 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html >`_
6+ - `AutoGluon 0.4.3 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html >`_
7+ - `AutoGluon 0.4.2 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html >`_
8+ - `AutoGluon 0.4.1 documentation <https://auto.gluon.ai/cloud/0.4.1/index.html >`_
89- `AutoGluon 0.4.0 documentation <https://auto.gluon.ai/cloud/0.4.0/index.html >`_
910- `AutoGluon 0.3.1 documentation <https://auto.gluon.ai/cloud/0.3.1/index.html >`_
1011- `AutoGluon 0.3.0 documentation <https://auto.gluon.ai/cloud/0.3.0/index.html >`_
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def default_setup_args(*, version):
104104 return setup_args
105105
106106
107- version = "0.4.1 "
107+ version = "0.4.2 "
108108version = update_version (version , use_file_if_exists = False , create_file = True )
109109
110110install_requires = [
You can’t perform that action at this time.
0 commit comments