From 60ff433859e031c7be1a0b8804cdf2f1888fade4 Mon Sep 17 00:00:00 2001 From: Russell Romney Date: Fri, 21 Aug 2020 14:52:22 -0500 Subject: [PATCH] semantic bymp --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d80d8a4..caab1b4 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,12 @@ setup( name = 'brain-plasma', - version = '0.3.2', + version = '0.3.3', description = 'Simple, fast shared-memory namespace on Apache Plasma', long_description = 'Adds variable naming and unique intra-instance namespaces to the Apache Plasma in-memory object store.', keywords = ' dash plasma callbacks plotly apache arrow pandas numpy redis namespace python hash', url = 'https://github.com/russellromney/brain-plasma', - download_url = 'https://github.com/russellromney/brain-plasma/archive/v0.3.2.tar.gz', + download_url = 'https://github.com/russellromney/brain-plasma/archive/v0.3.3.tar.gz', author = 'Russell Romney', author_email = 'russellromney@gmail.com', license = 'MIT',