Skip to content

Commit

Permalink
DEV: Updates version to 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkirk committed Apr 2, 2019
1 parent 9cde336 commit 796a155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name='tensorrec',
packages=['tensorrec'],
version='0.26.1',
version='0.26.2',
description='A TensorFlow recommendation algorithm and framework in Python.',
author='James Kirk',
author_email='james.f.kirk@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion tensorrec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from . import session_management
from . import util

__version__ = '0.26.0'
__version__ = '0.26.2'

__all__ = [
TensorRec, eval, util, loss_graphs, representation_graphs, prediction_graphs, session_management, input_utils
Expand Down

0 comments on commit 796a155

Please sign in to comment.