From 4816cd4ec752d9c056c0d29126b0453f8e187cf6 Mon Sep 17 00:00:00 2001 From: michaelhush Date: Thu, 18 Jul 2019 08:52:54 +1000 Subject: [PATCH] Version update for release --- qctrlopencontrols/__init__.py | 2 ++ qctrlopencontrols/version.py | 21 --------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 qctrlopencontrols/version.py diff --git a/qctrlopencontrols/__init__.py b/qctrlopencontrols/__init__.py index 781c8f9d..2c97802e 100644 --- a/qctrlopencontrols/__init__.py +++ b/qctrlopencontrols/__init__.py @@ -18,6 +18,8 @@ ================= """ +__version__ = "1.2.1" + from .cirq.circuit import convert_dds_to_cirq_circuit from .cirq.schedule import convert_dds_to_cirq_schedule diff --git a/qctrlopencontrols/version.py b/qctrlopencontrols/version.py deleted file mode 100644 index 2a7499d7..00000000 --- a/qctrlopencontrols/version.py +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 2019 Q-CTRL Pty Ltd & Q-CTRL Inc -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -""" -=========================== -Q-CTRL Open Controls -=========================== -""" - -__version__ = '1.2.1'