From 0eb7e86f577ea457d74153147ae8cd3bf90e5892 Mon Sep 17 00:00:00 2001 From: Simon Humpohl Date: Tue, 26 Feb 2019 15:26:36 +0100 Subject: [PATCH] Push version to 0.3 --- ReleaseNotes.txt | 2 +- qupulse/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 521e07e26..d9b90dfeb 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,4 +1,4 @@ -## pending/current ## +## 0.3 ## - General: - Introduce qupulse.utils.isclose (an alias for math.isclose if available) diff --git a/qupulse/__init__.py b/qupulse/__init__.py index 8fd362739..bc41e8fb9 100644 --- a/qupulse/__init__.py +++ b/qupulse/__init__.py @@ -1,5 +1,5 @@ from qupulse.utils.types import MeasurementWindow, ChannelID from . import pulses -__version__ = '0.2' +__version__ = '0.3' __all__ = ["MeasurementWindow", "ChannelID", "pulses"]