Skip to content

Commit 3cf6186

Browse files
PyVCG Release 1.0.0
1 parent 773a92c commit 3cf6186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyvcg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
##############################################################################
2424

2525
VERSION_TUPLE = (1, 0, 0)
26-
VERSION_SUFFIX = "dev"
26+
VERSION_SUFFIX = ""
2727

2828
PYVCG_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
2929
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")

0 commit comments

Comments
 (0)