diff --git a/CHANGES.rst b/CHANGES.rst index 361418a..d6ac118 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +0.0.6 (2025-01-13) +------------------ + +- fixed typo in project name + + 0.0.5 (2025-01-13) ------------------ diff --git a/setup.py b/setup.py index 9c0c152..3a18810 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def _read(f): setup( - name="image_dataset_converter-all", + name="image_dataset_converter_all", description="Meta-library that combines all image_dataset_converter libraries.", long_description=( _read('DESCRIPTION.rst') + b'\n' + @@ -35,7 +35,7 @@ def _read(f): "image_dataset_converter_redis>=0.0.2", "image_dataset_converter_video>=0.0.1", ], - version="0.0.5", + version="0.0.6", author='Peter Reutemann', author_email='fracpete@waikato.ac.nz', )