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',