From 662506be26ed0af7aea0792a9b2b39a538852ebe Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Fri, 8 Jan 2021 23:26:00 -0800 Subject: [PATCH] Bump to v0.1.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92d7f51..5b5b65b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "0.1.0" +VERSION = "0.1.1" CLASSIFIERS = [ "Development Status :: 3 - Alpha", "Framework :: Pyramid",