Skip to content

Commit 9c4d93e

Browse files
committed
Bump version to 0.9.0
1 parent 146cce2 commit 9c4d93e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
from setuptools import setup
2-
from setuptools import find_packages
3-
1+
from setuptools import find_packages, setup
42

53
with open('README.md') as stream:
64
long_description = stream.read()
@@ -13,7 +11,7 @@
1311
]
1412

1513
setup(name='flowpipe',
16-
version='0.8.2',
14+
version='0.9.0',
1715
author='Paul Schweizer',
1816
author_email='[email protected]',
1917
description='Lightweight flow-based programming framework.',

0 commit comments

Comments
 (0)