From 5eb7adda6aa2ea1628e7e3a7d64d32a3335d38f5 Mon Sep 17 00:00:00 2001 From: Markus Patzold Date: Thu, 22 Jun 2023 13:59:16 +0000 Subject: [PATCH] 0.4.4 --- imgaug/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imgaug/__init__.py b/imgaug/__init__.py index cd47a426..e7a1e0f6 100644 --- a/imgaug/__init__.py +++ b/imgaug/__init__.py @@ -13,4 +13,4 @@ import imgaug.dtypes as dtypes import imgaug.data as data -__version__ = '0.4.3' +__version__ = '0.4.4' diff --git a/setup.py b/setup.py index 4c68d614..476851bf 100644 --- a/setup.py +++ b/setup.py @@ -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="kontakt@ajung.name", 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,