From 16b87ec07c1e2f5357cdab49d30777c01a18ffef Mon Sep 17 00:00:00 2001 From: Zhongqi Miao Date: Wed, 8 May 2024 15:00:53 -0700 Subject: [PATCH] Bump version to 1.0.2.14 --- setup.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a51e0c99..06d1171f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = file.read() setup( name='PytorchWildlife', - version='1.0.2.13', + version='1.0.2.14', packages=find_packages(), url='https://github.com/microsoft/CameraTraps/', license='MIT', diff --git a/version.txt b/version.txt index 768befe9..7fc51196 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.2.13 \ No newline at end of file +1.0.2.14 \ No newline at end of file