Skip to content

Commit d8cc23b

Browse files
authored
Merge pull request #94 from timkpaine/tkp/037
Bump version: 0.3.6 → 0.3.7
2 parents 0d83694 + 1861305 commit d8cc23b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ipydagred3/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.6"
1+
__version__ = "0.3.7"

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipydagred3",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "A Custom Jupyter Widget Library",
55
"keywords": [
66
"jupyter",

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[bumpversion]
2+
current_version = 0.3.7
3+
commit = True
4+
tag = False
5+
16
[bdist_wheel]
27
universal = 1
38

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

14-
[bumpversion]
15-
current_version = 0.3.6
16-
commit = True
17-
tag = False
18-
1919
[bumpversion:file:ipydagred3/_version.py]
2020
search = __version__ = "{current_version}"
2121
replace = __version__ = "{new_version}"

setup.py

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

7676
setup(
7777
name=name,
78-
version="0.3.6",
78+
version="0.3.7",
7979
description="ipywidgets wrapper around dagre-d3",
8080
long_description=long_description,
8181
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)