Skip to content

Commit 775bc68

Browse files
committed
Bumberd version
1 parent de3cef4 commit 775bc68

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

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

77
setup(
88
name = 'GraphvizAnim',
9-
version = '0.2-alpha',
9+
version = '0.3-alpha',
1010
description = 'A tool to create animated graph visualizations, based on graphviz',
1111
long_description = read( 'README.md' ),
1212
author = 'Massimo Santini',
@@ -22,5 +22,3 @@ def read( path ):
2222
'Topic :: Software Development :: Libraries :: Python Modules'
2323
]
2424
)
25-
26-

0 commit comments

Comments
 (0)