Skip to content

Commit

Permalink
Release v3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieWitherden committed Apr 4, 2023
1 parent 2cfaeb5 commit 3504ba1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gimmik/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '3.0'
__version__ = '3.1'
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
# Info
classifiers = [
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Topic :: Scientific/Engineering'
]

Expand All @@ -48,6 +50,10 @@
Department of Computing at Imperial College London and is currently
maintained by Freddie Witherden.'''

# Keywords
keywords = ['Matrix Multiplication', 'ISPC', 'GPU', 'CUDA', 'HIP', 'Metal',
'OpenCL']

setup(name='gimmik',
version=version,

Expand All @@ -63,5 +69,5 @@
maintainer_email='[email protected]',
url='https://github.com/vincentlab/GiMMiK',
license='BSD',
keywords=['Matrix Multiplication', 'GPU', 'CUDA', 'OpenCL'],
keywords=keywords,
classifiers=classifiers)

0 comments on commit 3504ba1

Please sign in to comment.