We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a2327 commit e845542Copy full SHA for e845542
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "widget_code_input",
3
- "version": "3.6.0",
+ "version": "3.6.1",
4
"description": "A widget to allow input of a python function, with syntax highlighting.",
5
"keywords": [
6
"jupyter",
pyproject.toml
@@ -34,7 +34,7 @@ classifiers = [
34
dependencies = [
35
"ipywidgets>=7.0.0",
36
]
37
-version = "3.6.0"
+version = "3.6.1"
38
39
[project.optional-dependencies]
40
docs = [
@@ -104,7 +104,7 @@ file = [
104
105
106
[tool.tbump.version]
107
-current = "3.6.0"
+current = "3.6.1"
108
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
109
110
[tool.tbump.git]
0 commit comments