Skip to content

Commit

Permalink
main branch merged rel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-yucheng committed May 15, 2022
2 parents 9440a34 + d26c41c commit 6fd4adb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aidesign_gan/libs/pack_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Package information.
Information items initially set to unknown and will update at runtime.
Information items are initially set to unknown and will update at runtime.
"""

# Copyright 2022 Yucheng Liu. GNU GPL3 license.
Expand Down
2 changes: 1 addition & 1 deletion aidesign_gan_default_configs/gan_export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Configuration items. Type `dict[str, typing.Union[dict, list, str, bool, int, fl
Configuration item descriptions are listed below.

- `aidesign_gan_version`. Type `str`.
- `aisesign_gan_repo_tag`. Type `str`.
- `aidesign_gan_repo_tag`. Type `str`.

## `generator_config.json`

Expand Down
2 changes: 1 addition & 1 deletion aidesign_gan_default_configs/gan_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Configuration items. Type `dict[str, typing.Union[dict, list, str, bool, int, fl
Configuration item descriptions are listed below.

- `aidesign_gan_version`. Type `str`.
- `aisesign_gan_repo_tag`. Type `str`.
- `aidesign_gan_repo_tag`. Type `str`.

## `generator_struct.py `

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def _ensure_app_data():
def main():
_setup(
name="aidesign-gan",
version="1.5.0",
version="1.5.1",
author="Yucheng Liu (From The AIDesign Team)",
license="Copyright (C) 2022 Yucheng Liu. GNU GPL3 license.",
description="AIDesign GAN modeling application.",
Expand Down
1 change: 0 additions & 1 deletion test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
_TestLoader = unittest.TestLoader
_TextTestRunner = unittest.TextTestRunner


_aidesign_gan_repo_path = str(_Path(__file__).parent)
_aidesign_gan_path = _join(_aidesign_gan_repo_path, "aidesign_gan")
_aidesign_gan_tests_path = _join(_aidesign_gan_path, "tests")
Expand Down

0 comments on commit 6fd4adb

Please sign in to comment.