Skip to content

Commit 9f01e87

Browse files
authored
Merge pull request #110 from timkpaine/tkp/hf
fix version
2 parents 8e92f8b + ef9015b commit 9f01e87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ junit_family = xunit2
1919
search = __version__ = "{current_version}"
2020
replace = __version__ = "{new_version}"
2121

22+
[bumpversion:file:setup.py]
23+
search = version="{current_version}"
24+
replace = version="{new_version}"
25+
2226
[bumpversion:file:js/package.json]
2327
search = "version": "{current_version}"
2428
replace = "version": "{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
setup(
6666
name=name,
67-
version="0.4.1",
67+
version="0.4.2",
6868
description="IFrame widgets for JupyterLab",
6969
long_description=long_description,
7070
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)