Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyin committed Jun 12, 2022
1 parent 1365744 commit 8d07174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -59,7 +59,7 @@
packages = PACKAGES,
include_package_data = True,
install_requires = [
'crossbar >= 17.2.1',
'crossbar',
'autobahn[twisted]',
'configparser',
'pandas',
Expand Down

0 comments on commit 8d07174

Please sign in to comment.