Skip to content

Commit

Permalink
ready for v0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
acl21 committed Apr 23, 2019
1 parent 8117bbe commit ee0fb35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.1.6 (04/23/2019)
* Fixed some bugs.

### 0.1.5 (04/23/2019)
* Fixed an issue related to optional tags in xml files.

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'image_bbox_slicer',
packages = ['image_bbox_slicer'],
version = '0.1.5',
version = '0.2',
license='MIT',
long_description = 'This easy-to-use library is a data transformer useful in Object Detection tasks. It splits images and their bounding box annotations into tiles, both into specific sizes and into any arbitrary number of equal parts. It can also resize them, both by specific sizes and by a resizing/scaling factor. Read the docs at https://image-bbox-slicer.readthedocs.io/en/latest/.',
long_description = 'This easy-to-use library is a data transformer useful in Object Detection tasks. It splits images and their bounding box annotations into tiles, both into specific sizes and into any arbitrary number of equal parts. It can also resize them, both by specific sizes and by a resizing/scaling factor. \n\nRead the docs at https://image-bbox-slicer.readthedocs.io/en/latest/.',
author = 'AKSHAY CHANDRA LAGANDULA',
author_email = '[email protected]',
url = 'https://github.com/akshaychandra21/image_bbox_slicer/',
download_url = 'https://github.com/akshaychandra21/image_bbox_slicer/archive/v0.1.5.tar.gz',
download_url = 'https://github.com/akshaychandra21/image_bbox_slicer/archive/v0.2.tar.gz',
keywords = ['Image Slicer', 'Bounding Box Annotations Slicer', 'Slicer', 'PASCAL VOC Slicer', 'Object Detection', 'Resize Images', 'Resize Bounding Box Annotations'],
install_requires=[
'Pillow',
Expand Down

0 comments on commit ee0fb35

Please sign in to comment.