Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simkarwin committed Dec 23, 2022
1 parent d362e42 commit 80ef8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mimo_keras/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from preprocessing import MIMODataGenerator
from utils import MIMODGFunctionInterface
from .preprocessing import MIMODataGenerator
from .utils import MIMODGFunctionInterface
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name='mimo_keras',
packages=['mimo_keras'],
version='0.1.9',
version='0.1.10',
license='MIT',
description='Data generator for Keras multiple-input multiple-output models',
long_description=long_description,
Expand Down

0 comments on commit 80ef8ed

Please sign in to comment.