From acd0fab7f9f43759302d62d111419c671a419415 Mon Sep 17 00:00:00 2001 From: Nicholas Rubin Date: Wed, 27 Jul 2022 15:42:41 -0700 Subject: [PATCH] Update _version.py --- src/fqe/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fqe/_version.py b/src/fqe/_version.py index 3263695..ef9a9c7 100755 --- a/src/fqe/_version.py +++ b/src/fqe/_version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. """Define version number here and read it from setup.py automatically""" -__version__ = "0.2.0" +__version__ = "0.3.0"