Skip to content

Commit

Permalink
Increase version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed May 5, 2019
1 parent 60c4a9c commit 702a257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.8'
__version__ = '0.2.9'
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.8",
version="0.2.9",
author="Alexander Jung",
author_email="kontakt@ajung.name",
url="https://github.com/aleju/imgaug",
download_url="https://github.com/aleju/imgaug/archive/0.2.8.tar.gz",
download_url="https://github.com/aleju/imgaug/archive/0.2.9.tar.gz",
install_requires=["scipy", "scikit-image>=0.11.0", "numpy>=1.15.0", "six", "imageio", "Pillow", "matplotlib",
"Shapely", "opencv-python"],
packages=find_packages(),
Expand Down

0 comments on commit 702a257

Please sign in to comment.