Skip to content

Commit

Permalink
Increase version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Feb 5, 2020
1 parent 768db97 commit 406ffb4
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 @@ -12,4 +12,4 @@
import imgaug.parameters as parameters
import imgaug.dtypes as dtypes

__version__ = '0.3.0'
__version__ = '0.4.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ def get_install_requirements(main_requires, alternative_requires):

setup(
name="imgaug",
version="0.3.0",
version="0.4.0",
author="Alexander Jung",
author_email="[email protected]",
url="https://github.com/aleju/imgaug",
download_url="https://github.com/aleju/imgaug/archive/0.3.0.tar.gz",
download_url="https://github.com/aleju/imgaug/archive/0.4.0.tar.gz",
install_requires=INSTALL_REQUIRES,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 406ffb4

Please sign in to comment.