Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSchweizer committed Dec 28, 2020
1 parent 146cce2 commit 9c4d93e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
from setuptools import setup
from setuptools import find_packages

from setuptools import find_packages, setup

with open('README.md') as stream:
long_description = stream.read()
Expand All @@ -13,7 +11,7 @@
]

setup(name='flowpipe',
version='0.8.2',
version='0.9.0',
author='Paul Schweizer',
author_email='[email protected]',
description='Lightweight flow-based programming framework.',
Expand Down

0 comments on commit 9c4d93e

Please sign in to comment.