Skip to content

Commit

Permalink
Update README and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 10, 2023
1 parent c4a6068 commit 0524896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ changelog
========= ================================================================================
Version Description
========= ================================================================================
1.0.6 * Fix a matplotlib deprecation
* Fix RTD documentation
1.0.5 * remove Python3.6 and added Python3.10 to CI action
* Fix issue in setup reported in https://github.com/cokelaer/colormap/pull/14
* add requirements in MANIFEST
* applied black on all files
* Fix a matplotlib deprecation
* Fix RTD documentation
========= ================================================================================
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_MAJOR = 1
_MINOR = 0
_MICRO = 5
_MICRO = 6
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 0524896

Please sign in to comment.