diff --git a/README.rst b/README.rst index 08a719e..966b9ef 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ + tfgraphviz -======== +================ Simple graphviz wrapper to visualize a graph like TensorBoard @@ -15,7 +16,7 @@ Installation Use pip to install: -.. code:: bash +.. code-block:: bash $ pip install tfgraphviz @@ -24,7 +25,7 @@ The only dependency is Graphviz. Quickstart ---------- -.. code:: python +.. code-block:: bash import tensorflow as tf import tfgraphviz as tfg @@ -37,4 +38,4 @@ Quickstart License ------- -This package is distributed under the MIT license. \ No newline at end of file +This package is distributed under the MIT license. diff --git a/setup.py b/setup.py index f9846b5..54696b9 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name = 'tfgraphviz', - version = '0.0.1', + version = '0.0.0', description = 'Simple graphviz wrapper to visualize a graph like TensorBoard', long_description = long_description, license = 'MIT',