Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
packaging: bump to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delhomer committed May 14, 2020
1 parent 0197b80 commit 4a38a44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Les sections conserveront leur nom en anglais.

## Unreleased

## v0.6.3 (2020-05-14)

*A nice Pypi description*

### Added

- `long_description_content_type` argument in `setup()` function.

### Modified

- From relative image paths to absolute image paths, in `README.md`.

## v0.6.2 (2020-05-14)

*Postprocessing improvement*
Expand Down
2 changes: 1 addition & 1 deletion deeposlandia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import daiquiri

__version__ = "0.6.2"
__version__ = "0.6.3"


# Do not log Tensorflow messages
Expand Down

0 comments on commit 4a38a44

Please sign in to comment.