Skip to content

Commit 79f0e79

Browse files
committed
Bump version to v1.0.4
1 parent 026fe2e commit 79f0e79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Paul Schweizer"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "1.0.3"
27+
release = "1.0.4"
2828

2929

3030
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ disable = [
1919

2020
[tool.poetry]
2121
name = "Flowpipe"
22-
version = "1.0.3"
22+
version = "1.0.4"
2323
description = "A lightweight framework for flow-based programming in python."
2424
authors = ["Paul Schweizer <[email protected]>"]
2525
license = "MIT"

setup.py

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

1111
setup(
1212
name="flowpipe",
13-
version="1.0.3",
13+
version="1.0.4",
1414
author="Paul Schweizer",
1515
author_email="[email protected]",
1616
description="Lightweight flow-based programming framework.",

0 commit comments

Comments
 (0)