Skip to content

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAlegre committed Feb 26, 2023
1 parent 2b09281 commit 43f3b6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Stable release version is available through pip
pip install sumo-rl
```

Recommended: alternatively you can install using the latest (unreleased) version
Alternatively, you can install using the latest (unreleased) version
```bash
git clone https://github.com/LucasAlegre/sumo-rl
cd sumo-rl
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "SUMO-RL"
copyright = "2019, Lucas N. Alegre"
author = "Lucas N. Alegre"
release = "1.4.1"
release = "1.4.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


setup(name="sumo-rl", version="1.4.1", long_description=open("README.md").read())
setup(name="sumo-rl", version="1.4.2", long_description=open("README.md").read())

# python setup.py sdist
# python setup.py bdist_wheel
Expand Down

0 comments on commit 43f3b6f

Please sign in to comment.