Skip to content

Commit df5f370

Browse files
author
Jonathan Kliem
committed
update language classifiers
1 parent 24f00d9 commit df5f370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def run(self):
2626

2727
setup(
2828
name='memory_allocator',
29-
version='0.1.0',
29+
version='0.1.1a0',
3030
description='An extension class to allocate memory easily with cython',
3131
long_description=long_description,
3232
long_description_content_type='text/markdown',
@@ -47,5 +47,6 @@ def run(self):
4747
'Intended Audience :: Science/Research',
4848
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
4949
'Programming Language :: Python :: 3',
50+
'Programming Language :: Cython',
5051
'Topic :: Scientific/Engineering :: Mathematics']
5152
)

0 commit comments

Comments
 (0)