From a747ff6f6267072a20f05bfc3f2983b132a917b4 Mon Sep 17 00:00:00 2001 From: Daniel Bryce Date: Tue, 21 Feb 2023 20:44:21 +0000 Subject: [PATCH] version update --- .gitignore | 1 + .pre-commit-config.yaml | 2 +- auxiliary_packages/funman_demo/src/funman_demo/_version.py | 2 +- auxiliary_packages/funman_dreal/src/funman_dreal/_version.py | 2 +- src/funman/_version.py | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c8cd969a..615a954d 100644 --- a/.gitignore +++ b/.gitignore @@ -297,3 +297,4 @@ www/_static/js/html5shiv-printshiv.min.js www/_static/js/html5shiv.min.js www/_static/js/theme.js artifacts/.DS_Store +scratch/funman.code-workspace diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6806c8c..43ecb562 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pycqa/isort - rev: 5.11.3 + rev: 5.12.0 hooks: - id: isort args: ["--settings-path", "pyproject.toml", "--check"] diff --git a/auxiliary_packages/funman_demo/src/funman_demo/_version.py b/auxiliary_packages/funman_demo/src/funman_demo/_version.py index 85dae371..87e50fde 100644 --- a/auxiliary_packages/funman_demo/src/funman_demo/_version.py +++ b/auxiliary_packages/funman_demo/src/funman_demo/_version.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "1.3.0" +__version__ = "1.4.0" diff --git a/auxiliary_packages/funman_dreal/src/funman_dreal/_version.py b/auxiliary_packages/funman_dreal/src/funman_dreal/_version.py index 85dae371..87e50fde 100644 --- a/auxiliary_packages/funman_dreal/src/funman_dreal/_version.py +++ b/auxiliary_packages/funman_dreal/src/funman_dreal/_version.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "1.3.0" +__version__ = "1.4.0" diff --git a/src/funman/_version.py b/src/funman/_version.py index 85dae371..87e50fde 100644 --- a/src/funman/_version.py +++ b/src/funman/_version.py @@ -1,4 +1,4 @@ """Version information.""" # The following line *must* be the last in the module, exactly as formatted: -__version__ = "1.3.0" +__version__ = "1.4.0"