Skip to content

Commit 0920c77

Browse files
committed
Added edge labeling and PNG resizing (to improve animated gif creation)
1 parent 6c839fe commit 0920c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read( path ):
66

77
setup(
88
name = 'GraphvizAnim',
9-
version = '1.0.3',
9+
version = '1.1.0',
1010
description = 'A tool to create animated graph visualizations, based on graphviz',
1111
long_description = read('README.md'),
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)