Skip to content

Commit

Permalink
style: bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Nov 2, 2020
1 parent 828e090 commit 20b2ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ filterwarnings = [

[tool.poetry]
name = "pyrdf2vec"
version = "0.0.5"
version = "0.1.0"
description = "Python implementation and extension of RDF2Vec"
license = "Ghent University and IMEC vzw"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion pyrdf2vec/__init__.py
Expand Up @@ -4,4 +4,4 @@
__all__ = [
"RDF2VecTransformer",
]
__version__ = "0.0.5"
__version__ = "0.1.0"

0 comments on commit 20b2ba4

Please sign in to comment.