Skip to content

Commit

Permalink
Push version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Feb 26, 2019
1 parent 1e1e0c6 commit 0eb7e86
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 0eb7e86

Please sign in to comment.