From 17a8ab471b83f37d5f272d96267849dcbccb89fb Mon Sep 17 00:00:00 2001 From: Noah Harasz Date: Tue, 10 Sep 2024 14:09:04 -0700 Subject: [PATCH] bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8dad15c..4ea5271 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from setuptools import find_packages -VERSION = "0.1.1" +VERSION = "0.2.0" def load(path):