From 29b22f2c4d99a401b008da220e48909a295db914 Mon Sep 17 00:00:00 2001 From: Patrick de Mars Date: Thu, 26 Aug 2021 10:26:38 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9268395..2ba8f2e 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setuptools.setup( name="rl4uc", - version="0.0.2", + version="0.0.3", author="Patrick de Mars", author_email="pwdemars@gmail.com", description="Reinforcement learning environment for the unit commitment problem",