From 091147f3ef94cc5632ba1eac45a4bebc89f65542 Mon Sep 17 00:00:00 2001 From: Donald Stufft <donald@stufft.io> Date: Mon, 28 Oct 2013 15:39:56 -0400 Subject: [PATCH] bump sodium version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25461778..0fcf0962 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ from setuptools import Distribution, setup SODIUM_MAJOR = 4 -SODIUM_MINOR = 3 +SODIUM_MINOR = 5 def here(*paths): -- GitLab