From 0de9fc37e2cb6625602565e58df240135a411f42 Mon Sep 17 00:00:00 2001 From: Bryan Culbertson Date: Fri, 30 Apr 2021 15:13:59 -0700 Subject: [PATCH] Bump version to 1.1 (#13) Support UUID ids with dashes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27ef20e..4059a8e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -VERSION = "1.0.0" +VERSION = "1.1.0" def get_long_description():