From 16fdc79e82dc89df055938cfb4aa92043b5cbe74 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 10 Dec 2023 07:38:25 +0000 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc8d813..9f1b4fb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='speedruncompy', - version="0.0.5", + version="0.1.0", author="Jamie", author_email="jamiebloomfield8@gmail.com", description="A wrapper for speedrun.com's new v2 API, as used by their new site",