Skip to content

Commit

Permalink
Merge pull request #430 from qutech/release/0.3
Browse files Browse the repository at this point in the history
Push version to 0.3
  • Loading branch information
terrorfisch authored Feb 26, 2019
2 parents 1e1e0c6 + 0eb7e86 commit 9935317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## pending/current ##
## 0.3 ##

- General:
- Introduce qupulse.utils.isclose (an alias for math.isclose if available)
Expand Down
2 changes: 1 addition & 1 deletion qupulse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from qupulse.utils.types import MeasurementWindow, ChannelID
from . import pulses

__version__ = '0.2'
__version__ = '0.3'
__all__ = ["MeasurementWindow", "ChannelID", "pulses"]

0 comments on commit 9935317

Please sign in to comment.