From 9023294c6091fb27af9fb791d7fb348f0229be86 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 15 Dec 2023 14:26:21 -0600 Subject: [PATCH] Version 5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5baca00..112dd89 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name='DarkChestOfWonders', - version='4', + version='5', description='Dark Chest of Wonders Guild Site', author='Gyrfalcon', author_email='gyrfalcon@darkchestofwonders.us',