Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.0.6
  • Loading branch information
danielegrattarola committed Mar 20, 2021
1 parent 54cfe35 commit 40d9242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name="spektral",
version="1.0.5",
version="1.0.6",
packages=find_packages(),
install_requires=[
"joblib",
Expand Down
2 changes: 1 addition & 1 deletion spektral/__init__.py
@@ -1,3 +1,3 @@
from . import datasets, layers, utils

__version__ = "1.0.5"
__version__ = "1.0.6"

0 comments on commit 40d9242

Please sign in to comment.