From 8d0717448f68aef9bfec9d70455071ecc18558b0 Mon Sep 17 00:00:00 2001 From: Yiyin Zhou Date: Sat, 11 Jun 2022 22:31:36 -0400 Subject: [PATCH] bump version to 0.4.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1c5b19c..51702ab 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup NAME = 'processor_component' -VERSION = '0.3.0' +VERSION = '0.4.0' AUTHOR = 'Adam Tomkins, Nikul Ukani, Yiyin Zhou' AUTHOR_EMAIL = 'a.tomkins@shef.ac.uk, nikul@ee.columbia.edu, yiyin@ee.columbia.edu' MAINTAINER = 'Yiyin Zhou' @@ -59,7 +59,7 @@ packages = PACKAGES, include_package_data = True, install_requires = [ - 'crossbar >= 17.2.1', + 'crossbar', 'autobahn[twisted]', 'configparser', 'pandas',