Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Jan 24, 2020
1 parent 1445477 commit 1eaee31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- conda-forge
dependencies:
- branca
- ipycanvas=0.4.2
- ipycanvas=0.4.3
- ipyevents
2 changes: 1 addition & 1 deletion ipycanvas/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "ipycanvas"
module_version = "^0.4.2"
module_version = "^0.4.3"
2 changes: 1 addition & 1 deletion ipycanvas/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Martin Renou.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 4, 2)
version_info = (0, 4, 3)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipycanvas",
"version": "0.4.2",
"version": "0.4.3",
"description": "Interactive widgets library exposing the browser's Canvas API",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 1eaee31

Please sign in to comment.