Skip to content

Commit

Permalink
pypi description image URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aszilagyi committed Oct 23, 2019
1 parent d7f07e6 commit 6882766
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion piplongdesc.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ economic networks, etc.

An example visualization generated by Tabnetviz:

![network](https://raw.githubusercontent.com/aszilagyi/tabnetviz/master/docs/galFiltered.svg)
![network](https://raw.githubusercontent.com/aszilagyi/tabnetviz/master/docs/galFiltered.svg?sanitize=true)

The **Tabnetviz** configuration file is a YAML format text file, which
is easily written manually, and easy to understand. It specifies the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='tabnetviz',
version='1.0.2',
version='1.0.3',
description='Table-based network visualizer',
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tabnetviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Andras Szilagyi"
__copyright__ = "Copyright 2019 Andras Szilagyi"
__license__ = "GPLv3"
__version__ = "1.0.2"
__version__ = "1.0.3"
__maintainer__ = "Andras Szilagyi"
__email__ = "[email protected]"
__status__ = "Production"

0 comments on commit 6882766

Please sign in to comment.