diff --git a/console/datavars.py b/console/datavars.py index d6aef17..ebf16e3 100755 --- a/console/datavars.py +++ b/console/datavars.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "3.1.6" +__version__ = "3.1.7" __app__ = "Calculate Console" from calculate.lib.datavars import DataVars diff --git a/setup.py b/setup.py index a6677b8..7443ae9 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ data_files = [] var_data_files = [] -__version__ = "3.1.6" +__version__ = "3.1.7" __app__ = "calculate-console" class cl_console_data(install_data):