From 305d8205fe4190b427f061a2f8d1cb606b8f3d07 Mon Sep 17 00:00:00 2001 From: csterling Date: Wed, 28 Jul 2021 14:15:05 +1200 Subject: [PATCH] Pre-release for v0.7.2. --- CHANGES.rst | 5 +++++ setup.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1f9e96d..2aa237a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.7.2 (2021-07-28) +------------------ + +- Upgraded wai.annotations.tf version from 1.0.0 to 1.1.0. + 0.7.1 (2021-05-21) ------------------ diff --git a/setup.py b/setup.py index 6324bbf..38c8cc2 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def _read(filename: str) -> str: 'Programming Language :: Python :: 3', ], license='Apache License Version 2.0', - version="0.7.1", + version="0.7.2", author='Corey Sterling', author_email='coreytsterling@gmail.com', install_requires=[ @@ -38,7 +38,7 @@ def _read(filename: str) -> str: "wai.annotations.layersegments>=1.0.0", "wai.annotations.roi>=1.0.0", "wai.annotations.subdir>=1.0.0", - "wai.annotations.tf>=1.0.0", + "wai.annotations.tf>=1.1.0", "wai.annotations.vgg>=1.0.0", ] )