Skip to content

Commit

Permalink
requiring image_dataset_converter 0.0.5 now, prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jan 12, 2025
1 parent 7dd7ba7 commit af52dd6
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)
------------------

- requiring image_dataset_converter>=0.0.5 now


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 @@ -31,13 +31,13 @@ def _read(f):
},
packages=find_namespace_packages(where='src'),
install_requires=[
"image_dataset_converter",
"image_dataset_converter>=0.0.5",
"imgaug3",
"matplotlib",
"Shapely",
"simple-mask-utils==0.0.1"
],
version="0.0.5",
version="0.0.6",
author='Peter Reutemann',
author_email='fracpete@waikato.ac.nz',
entry_points={
Expand Down

0 comments on commit af52dd6

Please sign in to comment.