We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8502f commit 60ff433Copy full SHA for 60ff433
1 file changed
setup.py
@@ -3,12 +3,12 @@
3
4
setup(
5
name = 'brain-plasma',
6
- version = '0.3.2',
+ version = '0.3.3',
7
description = 'Simple, fast shared-memory namespace on Apache Plasma',
8
long_description = 'Adds variable naming and unique intra-instance namespaces to the Apache Plasma in-memory object store.',
9
keywords = ' dash plasma callbacks plotly apache arrow pandas numpy redis namespace python hash',
10
url = 'https://github.com/russellromney/brain-plasma',
11
- 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',
12
author = 'Russell Romney',
13
author_email = 'russellromney@gmail.com',
14
license = 'MIT',
0 commit comments