Skip to content

Commit

Permalink
Set version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Feb 20, 2020
1 parent a249e92 commit 51f8e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='keras-video-generators',
version='1.0.8',
version='1.0.9',
description='Keras sequence generators for video data',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -22,5 +22,6 @@
'keras>=2',
'numpy',
'opencv-python',
'matplotlib'
]
)
2 changes: 1 addition & 1 deletion src/keras_video/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"""

__version__ = "1.0.8"
__version__ = "1.0.9"

from . import flow
from . import generator
Expand Down

0 comments on commit 51f8e6d

Please sign in to comment.