From dfceac14170d1e46cfcb775257a5769295480db2 Mon Sep 17 00:00:00 2001 From: Prajnan Goswami Date: Fri, 8 Dec 2023 22:31:17 -0500 Subject: [PATCH] bump ezflow version --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5db9f8c..9ee4f1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = True diff --git a/setup.py b/setup.py index c2f34f3..90b5a42 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # Basic information NAME = "ezflow" DESCRIPTION = "A PyTorch library for optical flow estimation using neural networks" -VERSION = "0.2.4" +VERSION = "0.2.5" AUTHOR = "EzFlow Contributors" EMAIL = "shahnh19@gmail.com" LICENSE = "MIT"