From 8c8e87ce28f28c528136fe20c4afea9d4103b032 Mon Sep 17 00:00:00 2001 From: PhilipDeegan Date: Mon, 25 Mar 2024 21:38:54 +0000 Subject: [PATCH] bump (#19) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f8cae6..5c9c7ad 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="phlop", - version="0.0.16", + version="0.0.17", cmdclass={}, classifiers=[], include_package_data=True,