From 9f1d0b2776077c51ed0290bd1fd9c1e4d52fd2f8 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 5 Jan 2021 18:08:35 +0000 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d5c396..1bfbe0e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyaddons", # Replace with your own username - version="0.1.0", + version="0.1.1", author="Matt H", author_email="matt.hu1@outlook.com", description="A collection of addons for the Python programming language",