Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flatland
Flatland
Commits
83cb86a2
Commit
83cb86a2
authored
Sep 17, 2021
by
nimishsantosh107
Browse files
Bump version: 3.0.0.rc1 → 3.0.0
parent
a2d56364
Pipeline
#8763
failed with stages
in 7 minutes and 7 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
dist/flatland_rl-3.0.0
rc2
-py2.py3-none-any.whl
→
dist/flatland_rl-3.0.0-py2.py3-none-any.whl
View file @
83cb86a2
No preview for this file type
flatland/__init__.py
View file @
83cb86a2
...
@@ -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__
=
'3.0.0
rc2
'
__version__
=
'3.0.0'
setup.cfg
View file @
83cb86a2
[bumpversion]
[bumpversion]
current_version = 3.0.0
rc2
current_version = 3.0.0
commit = True
commit = True
tag = True
tag = True
...
...
setup.py
View file @
83cb86a2
...
@@ -80,6 +80,6 @@ setup(
...
@@ -80,6 +80,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
=
'3.0.0
rc2
'
,
version
=
'3.0.0'
,
zip_safe
=
False
,
zip_safe
=
False
,
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment