Skip to content

Commit

Permalink
DOC Update to v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 8, 2019
1 parent 1c9e3b8 commit 5f825e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# RMM 0.10.0 (Date TBD)

## New Features

## Improvements

## Bug Fixes


# RMM 0.9.0 (Date TBD)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#=============================================================================
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)

project(RMM VERSION 0.9.0 LANGUAGES C CXX CUDA)
project(RMM VERSION 0.10.0 LANGUAGES C CXX CUDA)

###################################################################################################
# - build type ------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "RMM"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.9
PROJECT_NUMBER = 0.10

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='librmm_cffi',
version="0.9.0",
version="0.10.0",
packages=["librmm_cffi"],
setup_requires=["cffi>=1.0.0"],
cffi_modules=["librmm_cffi/librmm_build.py:ffibuilder"],
Expand Down

0 comments on commit 5f825e8

Please sign in to comment.