Skip to content

Commit 93c1081

Browse files
committed
Bump version number
1 parent d8751f3 commit 93c1081

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
33
project("odil")
44
set(odil_MAJOR_VERSION 0)
55
set(odil_MINOR_VERSION 9)
6-
set(odil_PATCH_VERSION 0)
6+
set(odil_PATCH_VERSION 1)
77
set(odil_VERSION
88
${odil_MAJOR_VERSION}.${odil_MINOR_VERSION}.${odil_PATCH_VERSION})
99

documentation/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# built documents.
7575
#
7676
# The short X.Y version.
77-
version = '0.9.0'
77+
version = '0.9.1'
7878
# The full version, including alpha/beta/rc tags.
79-
release = '0.9.0'
79+
release = '0.9.1'
8080

8181
# The language for content autogenerated by Sphinx. Refer to documentation
8282
# for a list of supported languages.

0 commit comments

Comments
 (0)