Skip to content

Commit

Permalink
Merge pull request #94 from timkpaine/tkp/037
Browse files Browse the repository at this point in the history
Bump version: 0.3.6 → 0.3.7
  • Loading branch information
timkpaine committed Sep 23, 2022
2 parents 0d83694 + 1861305 commit d8cc23b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ipydagred3/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.6"
__version__ = "0.3.7"
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipydagred3",
"version": "0.3.6",
"version": "0.3.7",
"description": "A Custom Jupyter Widget Library",
"keywords": [
"jupyter",
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[bumpversion]
current_version = 0.3.7
commit = True
tag = False

[bdist_wheel]
universal = 1

Expand All @@ -11,11 +16,6 @@ max-line-length = 200
per-file-ignores =
**/__init__.py: F401

[bumpversion]
current_version = 0.3.6
commit = True
tag = False

[bumpversion:file:ipydagred3/_version.py]
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.6",
version="0.3.7",
description="ipywidgets wrapper around dagre-d3",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d8cc23b

Please sign in to comment.