Skip to content

Commit

Permalink
Change version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Sep 24, 2019
1 parent 47f88f4 commit f13c6ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ repository [imgaug-doc](https://github.com/aleju/imgaug-doc).
simplified augmentation interface.
* **0.2.8**: Improved performance, dtype support and multicore augmentation.

See [changelog](CHANGELOG.md) for more details.
See [changelogs/](changelogs/) for more details.


<a name="example_images"/>
Expand Down
2 changes: 1 addition & 1 deletion imgaug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
import imgaug.parameters as parameters
import imgaug.dtypes as dtypes

__version__ = '0.2.9'
__version__ = '0.3.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

setup(
name="imgaug",
version="0.2.9",
version="0.3.0",
author="Alexander Jung",
author_email="[email protected]",
url="https://github.com/aleju/imgaug",
download_url="https://github.com/aleju/imgaug/archive/0.2.9.tar.gz",
download_url="https://github.com/aleju/imgaug/archive/0.3.0.tar.gz",
install_requires=[
"six",
"numpy>=1.15",
Expand Down

0 comments on commit f13c6ed

Please sign in to comment.