Skip to content

Commit

Permalink
Merge pull request #450 from qutech/release/0.4
Browse files Browse the repository at this point in the history
Push version to 0.4
  • Loading branch information
terrorfisch committed Apr 24, 2019
2 parents 7881aa8 + 7ba6a72 commit 1f6e55a
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.4 ##

- General:
- Add utility function `qupulse.utils.types.has_type_interface` and use it to circumvent autoreload triggered isinstance fails
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.3'
__version__ = '0.4'
__all__ = ["MeasurementWindow", "ChannelID", "pulses"]

0 comments on commit 1f6e55a

Please sign in to comment.