From 376fdc37bdd2e1c39c09bed951fd1ae39ee28e85 Mon Sep 17 00:00:00 2001
From: Shivam Khandelwal <shivam@aicrowd.com>
Date: Wed, 9 Oct 2019 20:58:54 +0000
Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.1=20=E2=86=92=202.1.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md       | 2 +-
 environment.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f02bddc..90027bd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Participants will have to submit their code, with packaging specifications, and
 
 - **Anaconda** (By following instructions [here](https://www.anaconda.com/download)) At least version `4.5.11` is required to correctly populate `environment.yml`.
 - **flatland-rl** (By following instructions [here](http://flatland-rl-docs.s3-website.eu-central-1.amazonaws.com/readme.html))
-  **IMPORTANT** : Please note that you will need `flatland-rl` version `>=2.1.1` to be able to submit.
+  **IMPORTANT** : Please note that you will need `flatland-rl` version `>=2.1.2` to be able to submit.
 
 
 ### Setup
diff --git a/environment.yml b/environment.yml
index d3d1d0f..9c0ee73 100644
--- a/environment.yml
+++ b/environment.yml
@@ -71,7 +71,7 @@ dependencies:
     - crowdai-api==0.1.21
     - cycler==0.10.0
     - filelock==3.0.12
-    - flatland-rl==2.1.1
+    - flatland-rl==2.1.2
     - future==0.17.1
     - gym==0.14.0
     - idna==2.8
-- 
GitLab