Skip to content

Commit

Permalink
👷 Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Jul 11, 2022
1 parent 7439101 commit a45fe86
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tavolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
from pathlib import Path

import toml

from . import embeddings
from . import learning
from . import seq2vec


def get_version():
path = Path(__file__).resolve().parents[1] / 'pyproject.toml'
pyproject = toml.loads(open(str(path)).read())
return pyproject['tool']['poetry']['version']


__version__ = get_version()
__version__ = "0.8.0"

0 comments on commit a45fe86

Please sign in to comment.