From bbed09b4eb7d336ffa67d0e5615510147b25b79c Mon Sep 17 00:00:00 2001 From: Patrick de Mars Date: Fri, 26 Feb 2021 15:27:56 +0000 Subject: [PATCH] incremented version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index add43ba..9268395 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name="rl4uc", - version="0.0.1", + version="0.0.2", author="Patrick de Mars", author_email="pwdemars@gmail.com", description="Reinforcement learning environment for the unit commitment problem",