Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontosh committed Jul 19, 2024
2 parents 607d759 + 4e3f2a2 commit 682650c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file, starting fr

## 0.1.1 (unreleased)

Fourth release: More compatibility and documentation fixes. Not yet in Github repo.
Fourth release: Bug fixes.

Bug fixes:
- Changed README.md file to use links to images rather than paths - this will allow the images to be displayed on PyPI.
- Added compatability for Keras version 1.x.x
- Fixed bug which caused text in legend to be cut off.

## 0.1.0 (2024-06-30)

Expand Down Expand Up @@ -44,4 +44,4 @@ Features:

## 0.0.1 (2020-10-05)

Initial release.
Initial release.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="visualkeras",
version="0.1.0",
version="0.1.1",
author="Paul Gavrikov",
author_email="[email protected]",
description="Architecture visualization of Keras models",
Expand Down

0 comments on commit 682650c

Please sign in to comment.