Skip to content

Commit 0a39f6c

Browse files
committed
DOC Update to v0.9
1 parent b3ef159 commit 0a39f6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#=============================================================================
1616
cmake_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 ------------------------------------------------------------------------------------

doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(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"],

0 commit comments

Comments
 (0)