From 6d1effb95336a0759955a309247d6f2905cfacc6 Mon Sep 17 00:00:00 2001 From: Ian <47256454+IanRFerguson@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:28:53 -0400 Subject: [PATCH] 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fffdc9a..c2fd8cd 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def main(): setuptools.setup( name="klondike", - version="0.0.2", + version="0.1.0", author="Ian Richard Ferguson", author_email="IRF229@nyu.edu", url="https://github.com/IanRFerguson/klondike",