Skip to content

Commit

Permalink
fixed typo in project name; prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jan 12, 2025
1 parent 5d7e17c commit 14f2d71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.0.6 (2025-01-13)
------------------

- fixed typo in project name


0.0.5 (2025-01-13)
------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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' +
Expand All @@ -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',
)

0 comments on commit 14f2d71

Please sign in to comment.