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

Commit

Permalink
packaging: change the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
delhomer committed Apr 1, 2020
1 parent e79dbd4 commit 6fe61ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ Les sections conserveront leur nom en anglais.

### Removed

## v0.6.1 (2020-04-01)

*Packaging clean-up*

When preparing a major release, or an old release, you necessarily forget details.

### Changed

- Package version 0.5 -> 0.6.1
- Long description

## v0.6 (2020-04-01)

*Georeferenced dataset post-processing*
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def find_version(*file_paths):


with open("README.md", encoding="utf-8") as f:
readme = f.read()
long_description = f.read()

install_requires = [
"tensorflow==1.15.2",
Expand All @@ -43,7 +43,7 @@ def find_version(*file_paths):
"Automatic detection and semantic image segmentation "
"with deep learning"
),
long_description=readme,
long_description=long_description,
license="MIT",
author="Oslandia",
author_email="[email protected]",
Expand Down

0 comments on commit 6fe61ab

Please sign in to comment.