We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0981260 commit 30b83efCopy full SHA for 30b83ef
docs/source/conf.py
@@ -24,7 +24,7 @@
24
author = 'Anwar O. Nunez-Elizalde'
25
26
# The full version, including alpha/beta/rc tags
27
-release = '0.0.2'
+release = '0.0.3'
28
29
30
# -- General configuration ---------------------------------------------------
setup.py
@@ -43,7 +43,7 @@ def run(self):
43
44
def main(**kwargs):
45
setup(name='pymoten',
46
- version='0.0.2',
+ version='0.0.3',
47
description="""Extract motion energy features from video using spatio-temporal Gabors""",
48
author='Anwar O. Nunez-Elizalde',
49
author_email='anwarnunez@gmail.com',
0 commit comments