Skip to content

Commit

Permalink
DEV: Ups version to 0.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkirk committed Mar 4, 2018
1 parent 92d01bc commit ae0a037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
setup(
name='tensorrec',
packages=['tensorrec'],
version='0.2',
version='0.2.0.1',
description='A TensorFlow recommendation algorithm and framework in Python.',
author='James Kirk',
author_email='james.f.kirk@gmail.com',
url='https://github.com/jfkirk/tensorrec',
keywords=['machine-learning', 'tensorflow', 'recommendation-system', 'python'],
keywords=['machine-learning', 'tensorflow', 'recommendation-system', 'python', 'recommender-system'],
classifiers=[],
)

0 comments on commit ae0a037

Please sign in to comment.