From 490a91ca085a4681bc096c61322b0d11c1931a52 Mon Sep 17 00:00:00 2001 From: Kiyoshi Masui Date: Tue, 29 Mar 2016 10:48:00 -0700 Subject: [PATCH] Version 0.2.2. --- setup.py | 2 +- src/bitshuffle_core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bf661575..fe9cdafd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_POINT = 1 +VERSION_POINT = 2 # Only unset in the 'release' branch and in tags. VERSION_DEV = 0 diff --git a/src/bitshuffle_core.h b/src/bitshuffle_core.h index 884a47ea..3b8b1b05 100644 --- a/src/bitshuffle_core.h +++ b/src/bitshuffle_core.h @@ -37,7 +37,7 @@ #ifndef BSHUF_VERSION_MAJOR #define BSHUF_VERSION_MAJOR 0 #define BSHUF_VERSION_MINOR 2 -#define BSHUF_VERSION_POINT 0 +#define BSHUF_VERSION_POINT 2 #endif #ifdef __cplusplus