Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions drjax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

from drjax._src import api as _api

# When changing this, also move the unreleased changes in CHANGELOG.md to the
# associated version.
__version__ = '0.1.0'
__version__ = '0.1.1'

# Import the public API.
broadcast = _api.broadcast
Expand Down
Loading