Skip to content
Snippets Groups Projects
Commit 83efe1a4 authored by spmohanty's avatar spmohanty
Browse files

Bump version: 0.1.0 → 0.1.1

parent e83ed7b6
No related branches found
Tags v0.1.1
No related merge requests found
......@@ -4,4 +4,4 @@
__author__ = """S.P. Mohanty"""
__email__ = 'mohanty@aicrowd.com'
__version__ = '0.1.0'
__version__ = '0.1.1'
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True
......@@ -18,7 +18,6 @@ universal = 1
exclude = docs
[aliases]
# Define setup.py command aliases here
test = pytest
[tool:pytest]
......
......@@ -43,6 +43,6 @@ setup(
test_suite='tests',
tests_require=test_requirements,
url='https://gitlab.aicrowd.com/flatland/flatland',
version='0.1.0',
version='0.1.1',
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