Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Mar 8, 2022
1 parent 5b4ee81 commit eef7a1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: ipycanvas
channels:
- conda-forge
dependencies:
- ipycanvas=0.10.2
- ipycanvas=0.11.0
- branca
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.10.2"
module_version = "^0.11.0"
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, 10, 2)
version_info = (0, 11, 0)
__version__ = ".".join(map(str, version_info))
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.10.2",
"version": "0.11.0",
"description": "Interactive widgets library exposing the browser's Canvas API",
"keywords": [
"jupyter",
Expand Down

0 comments on commit eef7a1b

Please sign in to comment.