From 1a3f4cbb769768a6a1fc62895a4bfc02fd504381 Mon Sep 17 00:00:00 2001 From: Robin Edwards Date: Sun, 23 Apr 2017 10:46:27 +0100 Subject: [PATCH] bump version string --- neomodel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neomodel/__init__.py b/neomodel/__init__.py index 4f233717..92c58cba 100644 --- a/neomodel/__init__.py +++ b/neomodel/__init__.py @@ -16,4 +16,4 @@ __email__ = 'robin.ge@gmail.com' __license__ = 'MIT' __package__ = 'neomodel' -__version__ = '3.1.0' +__version__ = '3.2.3'