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 f0d0f47 commit 83044f7Copy full SHA for 83044f7
CHANGELOG.md
@@ -7,7 +7,7 @@
7
8
## Changelog
9
10
-### 1.0.2-dev
+### 1.0.2
11
12
* Fix bug in printing smtlib string literals. They are now correctly
13
escaped for both quotations and non-printable characters.
pyvcg/version.py
@@ -23,7 +23,7 @@
23
##############################################################################
24
25
VERSION_TUPLE = (1, 0, 2)
26
-VERSION_SUFFIX = "dev"
+VERSION_SUFFIX = ""
27
28
PYVCG_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
29
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
0 commit comments