File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515#=============================================================================
1616cmake_minimum_required (VERSION 3.12 FATAL_ERROR)
1717
18- project (RMM VERSION 0.7 .0 LANGUAGES C CXX CUDA)
18+ project (RMM VERSION 0.9 .0 LANGUAGES C CXX CUDA)
1919
2020###################################################################################################
2121# - build type ------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "RMM"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 0.8
41+ PROJECT_NUMBER = 0.9
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (name = 'librmm_cffi' ,
4- version = "0.8 .0" ,
4+ version = "0.9 .0" ,
55 packages = ["librmm_cffi" ],
66 setup_requires = ["cffi>=1.0.0" ],
77 cffi_modules = ["librmm_cffi/librmm_build.py:ffibuilder" ],
You can’t perform that action at this time.
0 commit comments