Skip to content

Commit 54da264

Browse files
committed
Bump version: 1.0.0 → 1.0.1
1 parent 232b8db commit 54da264

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

fusion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Fusion Devs"""
44
__email__ = 'fusion_developers@jpmorgan.com'
5-
__version__ = '1.0.0'
5+
__version__ = '1.0.1'
66

77
from fusion.fusion import Fusion

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "PyFusion"
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
homepage = "https://github.com/jpmorganchase/fusion"
77
description = "JPMC Fusion Developer Tools"

pyproject_docs_build.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "PyFusion"
4-
version = "1.0.0"
4+
version = "1.0.1"
55

66
homepage = "https://github.com/jpmorganchase/fusion"
77
description = "JPMC Fusion Developer Tools"

0 commit comments

Comments
 (0)