Skip to content
Snippets Groups Projects
Commit c9c5e411 authored by mohanty's avatar mohanty
Browse files

Merge branch 'minor-update' into 'master'

Minor update

See merge request flatland/flatland!122
parents afc43664 ac9ff99e
No related branches found
No related tags found
No related merge requests found
...@@ -54,12 +54,6 @@ Quick Start ...@@ -54,12 +54,6 @@ Quick Start
$ conda install -c anaconda tk $ conda install -c anaconda tk
$ pip install flatland-rl $ pip install flatland-rl
* Test that the installation works
.. code-block:: console
$ flatland-demo
Basic Usage Basic Usage
============ ============
......
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
__author__ = """S.P. Mohanty""" __author__ = """S.P. Mohanty"""
__email__ = 'mohanty@aicrowd.com' __email__ = 'mohanty@aicrowd.com'
__version__ = '0.2.0' __version__ = '0.3.0'
[bumpversion] [bumpversion]
current_version = 0.2.0 current_version = 0.3.0
commit = True commit = True
tag = True tag = True
......
...@@ -78,6 +78,6 @@ setup( ...@@ -78,6 +78,6 @@ setup(
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,
url='https://gitlab.aicrowd.com/flatland/flatland', url='https://gitlab.aicrowd.com/flatland/flatland',
version='0.2.0', version='0.3.0',
zip_safe=False, zip_safe=False,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment