From 1f81db28c339609be4e8e1bc1878917fdb0f0ca6 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Mon, 24 Jan 2022 10:49:02 -0800 Subject: [PATCH] Update version (#263) 3.2.1 -> 3.3.0 Reviewing changes in the last year+, there include fixes and additions, so this is a minor version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b433a9cc..82d41516 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ dist = setup( name='stone', - version='3.2.1', + version='3.3.0', install_requires=install_reqs, setup_requires=setup_requires, tests_require=test_reqs,