Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolodragone committed Jun 8, 2016
1 parent a7cbae3 commit 289c2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymzn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Wrapper module for the MiniZinc tool pipeline."""
__version__ = '0.9.3'
__version__ = '0.9.4'

from .mzn import fzn_gecode, minizinc, mzn2fzn, solns2out, MiniZincError, run
from .dzn import dzn, parse_dzn, dict2array, MiniZincParsingError

0 comments on commit 289c2c7

Please sign in to comment.