Skip to content

Commit

Permalink
changed version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Mar 21, 2019
1 parent 623686a commit fafb328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

setup(
name='Noodles',
version='0.3.1',
version='0.3.2',
description='Workflow Engine',
long_description=long_description,
long_description_content_type='text/markdown',
author='Johan Hidding',
url='https://github.com/NLeSC/noodles',
packages=find_packages(exclude=['test*']),
Expand All @@ -26,7 +27,7 @@
'Intended Audience :: Science/Research',
'Environment :: Console',
'Development Status :: 4 - Beta',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: System :: Distributed Computing'],

install_requires=['graphviz', 'ujson'],
Expand Down

0 comments on commit fafb328

Please sign in to comment.