From c472f2e3e987ae14fb5175389243e4ddcec37162 Mon Sep 17 00:00:00 2001 From: kipling Date: Sun, 27 Jun 2021 09:05:07 +1000 Subject: [PATCH] VERSION = "0.1.9" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f51007..02769e0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import sys from setuptools.command.install import install -VERSION = "0.1.8" +VERSION = "0.1.9" # Send to pypi # python3 setup.py sdist bdist_wheel