File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ repository [imgaug-doc](https://github.com/aleju/imgaug-doc).
201201 simplified augmentation interface.
202202* ** 0.2.8** : Improved performance, dtype support and multicore augmentation.
203203
204- See [ changelog ] ( CHANGELOG.md ) for more details.
204+ See [ changelogs/ ] ( changelogs/ ) for more details.
205205
206206
207207<a name =" example_images " />
Original file line number Diff line number Diff line change 1111import imgaug .parameters as parameters
1212import imgaug .dtypes as dtypes
1313
14- __version__ = '0.2.9 '
14+ __version__ = '0.3.0 '
Original file line number Diff line number Diff line change 66
77setup (
88 name = "imgaug" ,
9- version = "0.2.9 " ,
9+ version = "0.3.0 " ,
1010 author = "Alexander Jung" ,
11111212 url = "https://github.com/aleju/imgaug" ,
13- download_url = "https://github.com/aleju/imgaug/archive/0.2.9 .tar.gz" ,
13+ download_url = "https://github.com/aleju/imgaug/archive/0.3.0 .tar.gz" ,
1414 install_requires = [
1515 "six" ,
1616 "numpy>=1.15" ,
You can’t perform that action at this time.
0 commit comments