Skip to content

Commit

Permalink
fix: packaging versioning
Browse files Browse the repository at this point in the history
docs: update changesrst and setup
  • Loading branch information
MarvinKweyu committed Aug 15, 2024
1 parent 82813e2 commit c9ffc5f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
ColorDetect Changelog
=====================

.. _1.6.2:
1.6.2 (15-08-2024)
==================
Fix
---------

- Update setup requirements for new packaging system


.. _1.6.1:
1.6.0 (14-08-2024)
1.6.1 (14-08-2024)
==================
Fix
---------
Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="ColorDetect",
version="1.6.1",
version="1.6.2",
author="Marvin Kweyu",
author_email="[email protected]",
description="Detect and recognize colors in images or video",
Expand All @@ -16,11 +16,11 @@
include_package_data=True,
license="MIT",
install_requires=[
"numpy>==1.18.1",
"matplotlib>==3.2.1",
"opencv-python>==4.2.0.32",
"scikit-learn>==0.22.2.post1",
"webcolors>==1.11.1",
"numpy>=1.18.1",
"matplotlib>=3.2.1",
"opencv-python>=4.2.0.32",
"scikit-learn>=0.22.2.post1",
"webcolors>=1.11.1",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c9ffc5f

Please sign in to comment.