Skip to content

Commit

Permalink
Merge pull request #67 from timkpaine/tkp/hf
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
timkpaine committed Mar 20, 2022
2 parents 6bf1c92 + 70eea6d commit 12d8531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ tag = False
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"

[bumpversion:file:js/package.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

setup(
name=name,
version="0.3.1",
version="0.3.2",
description="ipywidgets wrapper around dagre-d3",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 12d8531

Please sign in to comment.