Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase version to 1.0.1. Changed refferences for social cards. #34

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DeepSaki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from DeepSaki import types
from DeepSaki import utils

__version__ = "1.0.0"
__version__ = "1.0.1"

__author__ = "Sascha Kirch"

Expand Down
4 changes: 2 additions & 2 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta property="og:title" content="DeepSaki - Deep Learning Extension for TensorFlow" />
<meta property="og:description" content="DeepSaki is an add-on to TensorFlow. It provides a variaty of custom classes ranging from activation functions to entire models, helper functions to facilitate connectiong to your, compute HW and many more!" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://sascha-kirch.github.io/DeepSaki/develop/assets/images/social_card.png" />
<meta property="og:url" content="https://sascha-kirch.github.io/DeepSaki/develop/" />
<meta property="og:image" content="https://sascha-kirch.github.io/DeepSaki/latest/assets/images/social_card.png" />
<meta property="og:url" content="https://sascha-kirch.github.io/DeepSaki/latest/" />
<meta name="twitter:card" content="summary_large_image">
{% endblock %}
Loading