From f7e074339d579d0e44d455b92ecf57f24d799fb5 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Sun, 5 Jun 2022 22:27:22 -0700 Subject: [PATCH] update version to 1.5.0 (now that string/file-like objects are handled) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab6d68b..9f851c9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import codecs import os -VERSION = '1.4.4' +VERSION = '1.5.0' AUTHOR_NAME = 'Andy Port' AUTHOR_EMAIL = 'AndyAPort@gmail.com' GITHUB = 'https://github.com/mathandy/svgpathtools'