Skip to content

Commit a412a50

Browse files
committed
Updated version of the zeroless module in the setup.py file.
1 parent b66f1eb commit a412a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def readme():
1919
return f.read()
2020

2121
setup(name='zeroless',
22-
version='0.3.0',
22+
version='0.4.0',
2323
description='A pythonic approach for distributed systems with ZeroMQ.',
2424
long_description=readme(),
2525
classifiers=[

0 commit comments

Comments
 (0)