From 22a9aebfaf50d9fa33a58a1611237f17d8ae6b50 Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Wed, 29 Dec 2021 15:58:08 +0100 Subject: [PATCH] Version 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0e03db..a889707 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="NateMan", - version="1.2.0", + version="1.3.0", author="Niklas Elsbrock, Johannes Bingel", packages=find_packages(), include_package_data=True,