From 11f7738dde49d36b011d1fa3c6850e2bf568e58a Mon Sep 17 00:00:00 2001 From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 3 Jan 2023 16:26:41 -0800 Subject: [PATCH] Prepare for 9.0.0 release (#350) --- VERSION | 2 +- src/main/aerospike.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ae9a76b92..f7ee06693 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.0.0 +9.0.0 diff --git a/src/main/aerospike.c b/src/main/aerospike.c index 6852907a7..8551d1c07 100644 --- a/src/main/aerospike.c +++ b/src/main/aerospike.c @@ -153,7 +153,7 @@ static int Aerospike_Clear(PyObject *aerospike) MOD_INIT(aerospike) { - const char version[8] = "8.0.0"; + const char version[8] = "9.0.0"; // Makes things "thread-safe" PyEval_InitThreads(); int i = 0;