Skip to content

Commit

Permalink
Increase version number to 0.5.1 (#32)
Browse files Browse the repository at this point in the history
* Fix version dependencies of ipycanvas

* Set new version for python package
  • Loading branch information
janfreyberg committed Aug 29, 2022
1 parent 7c4d8bf commit 66a97bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipyannotations/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Copyright (c) Jan Freyberg.
# Distributed under the terms of the Modified BSD License.

version_info = (0, 4, 2)
version_info = (0, 5, 1)
__version__ = ".".join(map(str, version_info))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
python_requires=">=3.7",
install_requires=[
"ipywidgets>=7.0.0",
"ipycanvas",
"ipycanvas>=0.13.1",
"palettable",
"Pillow",
"numpy",
Expand Down Expand Up @@ -133,7 +133,7 @@
# Any requirements for the examples to run
],
"doc": [
"sphinx>=2.3",
"sphinx>=4.0",
"sphinx_rtd_theme",
"matplotlib",
"nbsphinx",
Expand Down

0 comments on commit 66a97bb

Please sign in to comment.