Skip to content

Commit 0fce108

Browse files
PyVCG Release 1.0.1
1 parent 0de8efd commit 0fce108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Changelog
99

10-
### 1.0.1-dev
10+
### 1.0.1
1111

1212
* Fix bug where an uninterpreted function declaration did not
1313
contribute correctly to the logic selection.

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, 1)
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)