Skip to content

Commit

Permalink
Change version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogario committed Dec 2, 2016
1 parent 5dc214a commit d07af7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pysmt/__init__.py
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#

VERSION = (0, 6, 1, "dev", 1)
VERSION = (0, 6, 1)

# PEP440 Format
__version__ = "%d.%d.%d%s%d" % VERSION if len(VERSION) == 5 else \
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -38,9 +38,7 @@
PySMT assumes that the python bindings for the SMT Solver are installed and
accessible from your PYTHONPATH.
pySMT works on both Python 2 and Python 3. Some solvers support both
versions (e.g., MathSAT) but in general, many solvers still support
only Python 2.
pySMT works on both Python 3 and Python 2.
Wanna know more?
Expand Down

0 comments on commit d07af7d

Please sign in to comment.