We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f00d9 commit df5f370Copy full SHA for df5f370
setup.py
@@ -26,7 +26,7 @@ def run(self):
26
27
setup(
28
name='memory_allocator',
29
- version='0.1.0',
+ version='0.1.1a0',
30
description='An extension class to allocate memory easily with cython',
31
long_description=long_description,
32
long_description_content_type='text/markdown',
@@ -47,5 +47,6 @@ def run(self):
47
'Intended Audience :: Science/Research',
48
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
49
'Programming Language :: Python :: 3',
50
+ 'Programming Language :: Cython',
51
'Topic :: Scientific/Engineering :: Mathematics']
52
)
0 commit comments