We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3cef4 commit 775bc68Copy full SHA for 775bc68
1 file changed
setup.py
@@ -6,7 +6,7 @@ def read( path ):
6
7
setup(
8
name = 'GraphvizAnim',
9
- version = '0.2-alpha',
+ version = '0.3-alpha',
10
description = 'A tool to create animated graph visualizations, based on graphviz',
11
long_description = read( 'README.md' ),
12
author = 'Massimo Santini',
@@ -22,5 +22,3 @@ def read( path ):
22
'Topic :: Software Development :: Libraries :: Python Modules'
23
]
24
)
25
-
26
0 commit comments