Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcown committed Jun 22, 2023
1 parent d55e4bf commit 5eb7add
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 @@ -13,4 +13,4 @@
import imgaug.dtypes as dtypes
import imgaug.data as data

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

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

0 comments on commit 5eb7add

Please sign in to comment.