Skip to content

Commit 5f825e8

Browse files
committed
DOC Update to v0.10
1 parent 1c9e3b8 commit 5f825e8

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# RMM 0.10.0 (Date TBD)
2+
3+
## New Features
4+
5+
## Improvements
6+
7+
## Bug Fixes
8+
9+
110
# RMM 0.9.0 (Date TBD)
211

312
## New Features

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.9.0 LANGUAGES C CXX CUDA)
18+
project(RMM VERSION 0.10.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.9
41+
PROJECT_NUMBER = 0.10
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.9.0",
4+
version="0.10.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)