Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvfp committed Jun 13, 2023
1 parent 21d5d49 commit c20828e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ This software was made to show the beauty of neural networks, visualizing the fu

## Changelog

- 2.0.0 (June 11, 2023):
- removed `carbon_plug`, using [carbon](https://github.com/nvfp/carbon) instead
- 1.1.0 (June 11, 2023):
- removed `carbon_plug`, using [mykit](https://github.com/nvfp/mykit) instead
- v1.0.1 (May 10, 2023):
- BUG FIXED: Renamed `carbon` to `carbon_plug` to prevent conflicts with the original `carbon` module (if installed).

Expand Down
2 changes: 1 addition & 1 deletion main/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

SOFTWARE_DIR_PTH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SOFTWARE_NAME = os.path.basename(SOFTWARE_DIR_PTH)
SOFTWARE_VER = '1.1.0-beta'
SOFTWARE_VER = '1.1.0'

SAVED_NETWORK_DIR_PTH = os.path.join(SOFTWARE_DIR_PTH, 'saved_network')

Expand Down

0 comments on commit c20828e

Please sign in to comment.