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.
2 parents 8e92f8b + ef9015b commit 9f01e87Copy full SHA for 9f01e87
setup.cfg
@@ -19,6 +19,10 @@ junit_family = xunit2
19
search = __version__ = "{current_version}"
20
replace = __version__ = "{new_version}"
21
22
+[bumpversion:file:setup.py]
23
+search = version="{current_version}"
24
+replace = version="{new_version}"
25
+
26
[bumpversion:file:js/package.json]
27
search = "version": "{current_version}"
28
replace = "version": "{new_version}"
setup.py
@@ -64,7 +64,7 @@
64
65
setup(
66
name=name,
67
- version="0.4.1",
+ version="0.4.2",
68
description="IFrame widgets for JupyterLab",
69
long_description=long_description,
70
long_description_content_type="text/markdown",
0 commit comments