From 30b83ef0d6779eee4fa6329bf68d1737fbf631a2 Mon Sep 17 00:00:00 2001 From: Anwar Nunez-Elizalde Date: Sat, 9 Jan 2021 18:06:17 +0000 Subject: [PATCH] MNT: release --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 82e6b22..5aea012 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Anwar O. Nunez-Elizalde' # The full version, including alpha/beta/rc tags -release = '0.0.2' +release = '0.0.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 20ed1ee..36e455b 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): def main(**kwargs): setup(name='pymoten', - version='0.0.2', + version='0.0.3', description="""Extract motion energy features from video using spatio-temporal Gabors""", author='Anwar O. Nunez-Elizalde', author_email='anwarnunez@gmail.com',