Skip to content

Commit

Permalink
for release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acl21 committed Apr 6, 2019
1 parent b1f39e8 commit dd53dfd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 118 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
### 0.1.3 (04/06/2019)
* More PyPi issues fixed

### 0.1.2 (04/06/2019)
* PyPi issues fixed

### 0.1.1 (04/06/2019)
* No useful changes

### 0.1.0 (04/06/2019)
* Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ slicer.slice_bboxes_by_number(number_tiles=4)
#### By Specifc Size
```python
slicer.slice_bboxes_by_size(tile_size=(418,279), tile_overlap=0)
```
```
114 changes: 0 additions & 114 deletions docs/DESC.md

This file was deleted.

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.2',
version = '0.1.3',
license='MIT',
long_description = open('docs/DESC.md').read() + '\n\n' + open('HISTORY.md').read(),
long_description = 'This easy-to-use library splits images and its bounding box annotations into tiles, both into specific sizes and into any arbitrary number of equal parts. Read 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.2.tar.gz',
download_url = 'https://github.com/akshaychandra21/image_bbox_slicer/archive/v0.1.3.tar.gz',
keywords = ['IMAGE SLICER', 'BOUNDING BOX SLICER', 'SLICER', 'PASCAL VOC SLICER', 'OBJECT DETECTION'],
install_requires=[
'Pillow',
Expand Down

0 comments on commit dd53dfd

Please sign in to comment.