Skip to content

Commit 0dc2841

Browse files
authored
Update version numbers to 0.5.2 (#465)
Updates version numbers in relevant locations for this patch release [ committed by @ashao ] [ reviewed by @MattToast ]
1 parent 6c03d27 commit 0dc2841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ endif (POLICY CMP0048)
3131

3232
# Project definition for the SmartRedis project
3333
cmake_minimum_required(VERSION 3.13)
34-
project(SmartRedis VERSION "0.5.1")
34+
project(SmartRedis VERSION "0.5.2")
3535

3636
# Configure options for the SmartRedis project
3737
option(SR_PYTHON "Build the python module" OFF)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = smartredis
3-
version = 0.5.1
3+
version = 0.5.2
44
description = RedisAI clients for SmartSim
55
long_description = file: README.md
66
long_description_content_type=text/markdown

0 commit comments

Comments
 (0)