Skip to content

Commit

Permalink
Merge pull request #440 from aleju/update_version_number_030
Browse files Browse the repository at this point in the history
Change version number to 0.3.0
  • Loading branch information
aleju authored Sep 24, 2019
2 parents 47f88f4 + f13c6ed commit 3374fd2
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 3374fd2

Please sign in to comment.