Skip to content

Commit 3374fd2

Browse files
authored
Merge pull request #440 from aleju/update_version_number_030
Change version number to 0.3.0
2 parents 47f88f4 + f13c6ed commit 3374fd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"/>

imgaug/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
import imgaug.parameters as parameters
1212
import imgaug.dtypes as dtypes
1313

14-
__version__ = '0.2.9'
14+
__version__ = '0.3.0'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
setup(
88
name="imgaug",
9-
version="0.2.9",
9+
version="0.3.0",
1010
author="Alexander Jung",
1111
author_email="[email protected]",
1212
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",

0 commit comments

Comments
 (0)