Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Nov 29, 2019
1 parent 65c5b67 commit cc8c80c
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
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '0.5.0'
VERSION = '0.5.1'

setup(name='tavolo',
version=VERSION,
Expand Down
2 changes: 1 addition & 1 deletion tavolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = 'tavolo'
__version__ = '0.5.0'
__version__ = '0.5.1'

from . import embeddings
from . import seq2vec
Expand Down

0 comments on commit cc8c80c

Please sign in to comment.